I've been working on my husband's website for a while now. I'm currently redesigning the site, and I want to make it more future-proof. Currently, his blog posts just display all in a row on his page (with some pagination to break it up), which means if someone wanted to add a post to their favorites, it wouldn't work as more posts get added. So, I want to create little excerpt posts that then link to the full post.
My question is, how does one do this? I've searched many sites trying to find an answer, but all I've been able to find is how to set up your own database (which I already have) and how to create log-ins (which I don't need), and echo the posts out the way I already have them.
Basically, I want an excerpt from the post (first few lines or something), and then a link to read the full article. I'm not really sure how to do it without making separate html pages for each post rather than getting them out of my database somehow. I.e., I don't know how to automatically generate the URL (and code) necessary to display the full post.
I'm sorry if I'm not asking this in the best way. The answer is probably out there, I just can't seem to search for the right thing. :(
Edit: The website is SpidersInAJar.com The database is mySql, set up very simply with ID, Title, Body, and Date.
CONTENT
blog post a separate entry in a blogpost table? – JNevill Oct 08 '14 at 17:35