How , can the front page be made to display the posts from a certain category only ?
Without http redirect ?
How , can the front page be made to display the posts from a certain category only ?
Without http redirect ?
Before the Loop, try using:
<?php if (is_home()) query_posts("cat=3");?>
This topic has been closed to new replies.