list of post titles in category.php
-
OK I am trying to do something simple, but it appears it can’t be done. Any geniuses out there?
I want a list of posts next to my actual posts in category.php. I’m not into making X number of category-1.php files so the list needs to come from the category it’s in. I tried to use have_posts() and the_post() but it only displays the set number of posts per page in the list, where as I’d rather it list 30 or so title links (the custom posts per page plugin isn’t really much help here).
I tried get_posts() but that just grabs all posts regardless of category, or lets you specify a category to get posts from. Obviously not what I want for a generic category.php doc that serves all categories.
HELP!
- The topic ‘list of post titles in category.php’ is closed to new replies.