Different categories on each page / Showing the right number of posts
-
Here’s my goal: I want the main page (index.php) to have the most recent X posts of one category, and then I want to create Pages with modified versions of The Loop that will show the most recent X posts of their own specific categories. (That is, Page A will only display posts from Category A, Page B will show posts from Cat B, and so on.) However, if I exclude categories from The Loop, it still brings up my post count and my Pages (and index.php) will only show a couple of posts.
The Loop’s entry on the WP Codex says “If this is a problem for you, there is more complicated hack you can employ described in the Layout and Design FAQ.” Is this referring to the my-hacks.php addition? How would I apply that hack to the other Pages? Is it even the right solution to my problem? I’m not quite sure what to do here.
- The topic ‘Different categories on each page / Showing the right number of posts’ is closed to new replies.