• 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!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter nouman6

    (@nouman6)

    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???

    Thread Starter nouman6

    (@nouman6)

    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.

    Thread Starter nouman6

    (@nouman6)

    well I think that might be enough information, if anyone does need anything more ask and I will reply ASAP.

    Thread Starter nouman6

    (@nouman6)

    bump

    Thread Starter nouman6

    (@nouman6)

    bump

    Thread Starter nouman6

    (@nouman6)

    Alright, I got it to work finally ??
    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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Most recent post on front page only’ is closed to new replies.