• Hi,

    I am running WordPress 3.0.5 on self-hosted basis. The problem I got is I don’t know how to show only one front page that displays only latest posts from ALL categories.
    I set as a default 5 posts/page, however the others behind the five go on a next page, which I don’t want to appear.
    So basically what I want is a single front page displaying selected number of posts.

    Thanks for help!

Viewing 1 replies (of 1 total)
  • In your theme’s index.php file, find the code that creates the next/previous_pages_link and wrap it in an if ( !is_front_page() ) test.

Viewing 1 replies (of 1 total)
  • The topic ‘One Front Page with Latest Posts’ is closed to new replies.