Forums

How to make the home page a category page ? (2 posts)

  1. 3ukman
    Member
    Posted 2 years ago #

    How , can the front page be made to display the posts from a certain category only ?

    Without http redirect ?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Before the Loop, try using:

    <?php if (is_home()) query_posts("cat=3");?>

    http://codex.wordpress.org/Template_Tags/query_posts

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.