Tagged Questions
0
votes
4answers
226 views
WP_Query and using a variable for 'cat'=> in the args array = WP Bug?
For the sake of this discussion, here's a version of my query within category.php:
wp_reset_query();
$category_id = get_cat_ID(single_cat_title('', false));
$my_query = new WP_Query(array(
...