WordPress Categories Template

If WordPress category template file is not working, add the following in category.php, before the loop:

$cat_id = get_query_var(‘cat’);
query_posts(“post_type=&cat=$cat_id”);


Leave a Reply