How can I show the most recent post on the front page only, but also have a page that shows all the blog posts?
Thanks!
How can I show the most recent post on the front page only, but also have a page that shows all the blog posts?
Thanks!
bump
Instead of bumping you should provide more and detailed info.
What you have described above is how WP works.
What do you mean by "all the blog posts"? Do you mean all the 6758 posts???
On the front page, I want it to show the most recent blog post, but in the navigation I want a link to show "blog" and when users click it, it will display all the blog posts.
well I think that might be enough information, if anyone does need anything more ask and I will reply ASAP.
bump
bump
Alright, I got it to work finally :P
I'm sure someone could have mentioned the code but I figured this request wasn't going to get answered.
<?php query_posts('showposts=1'); ?>
add that to the top of your loop on the homepage only
This topic has been closed to new replies.