show 2 categories on home page with two posts for each category
-
After scouring the forum…
I have been able to show only two categories on the home page and limit it to a maximum of only 4 posts in total but I cannot for the life of me work out/find out how to show 2 posts from each of the two categories.
Anyone?
Here is what I have so far…
if (is_home()) { query_posts($query_string . "&cat=7,8&posts_per_page=4"); }
This code is on home.php.
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘show 2 categories on home page with two posts for each category’ is closed to new replies.