List posts from current category
-
Hello,
I need to list all posts in the current category. I’ve tried using this:
<?php query_posts(‘posts_per_page=-1&orderby=title&order=ASC’); ?>
However it’s displaying all posts from all categories. Also looked here: http://codex.ww.wp.xz.cn/Template_Tags/query_posts it says list the cat id’s but that option will not work because I have hundreds of subcategories. Help is appreciated. Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘List posts from current category’ is closed to new replies.