Magazine Basic by Category
-
I love the default way that WordPress displays the initial featured image a bit larger at the top of the page and then displays three horizontal columns beneath it. But how can I tweak the code in the php file to query and return only a particular category on the front page instead of recent posts? I want to use some sort of code like this…
<?php
query_posts(‘showposts=4&cat=3’);
while(have_posts())…;
?>Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Magazine Basic by Category’ is closed to new replies.