Lorem Ipsum
Member
- Pronoun
- x
Basically, I've developed my own blog script for use on the site that I help maintain, and every time I write a post, the MySQL postid number increments, and that's how you access the post (blog.php?id=1, etc). The only problem with this is that I have to manually update the links to each individual post at the top of the page, which can be irritating.
Is there any way to have this be done automatically when I make a post? I presume it would be something like through a loop, but I'm not entirely sure how that would work. Any help would be much appreciated!
ETA: And another problem - when I have the front page of the blog (click) it shows the most recent blog entry. Unfortunately, when one uses the comments system there, it posts with the blog id number as "0" and so doesn't sort the comment to the specific blog post. Is there any way for somebody to comment on that frontpage blog entry and for it to go to its specific blog entry link?
Is there any way to have this be done automatically when I make a post? I presume it would be something like through a loop, but I'm not entirely sure how that would work. Any help would be much appreciated!
ETA: And another problem - when I have the front page of the blog (click) it shows the most recent blog entry. Unfortunately, when one uses the comments system there, it posts with the blog id number as "0" and so doesn't sort the comment to the specific blog post. Is there any way for somebody to comment on that frontpage blog entry and for it to go to its specific blog entry link?
Last edited: