not loaded current category posts
-
I want loaded current category posts in category.php
<?php $category_id = get_cat_ID( 'Category Name' ); ?> <?php query_posts("cat=$category_id&showposts=1"); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘not loaded current category posts’ is closed to new replies.