Add this before the Loop in archive.php:
<?php if ( is_category() ) { $cat = get_query_var('cat'); query_posts(array('category__in' => array($cat))); } ?>
Found on wordpress.org/support
Last updated on 5th September 2018
Add this before the Loop in archive.php:
<?php if ( is_category() ) { $cat = get_query_var('cat'); query_posts(array('category__in' => array($cat))); } ?>
Found on wordpress.org/support
Last updated on 5th September 2018
© 2007-2024 qreativbox / Gabriel de Kadt — Powered by WordPress
Qreativbox Hack of Baskerville — Up ↑
Leave a Reply