WP_Query multiple categories
-
I’ve got this wp_query working, (which is a relief as I’ve had a hard time getting something to work). However, I want to add a secondary category for it to show in this list. How might I add a second?
$catquery = new WP_Query('cat=12&posts_per_page=6&paged=$paged');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP_Query multiple categories’ is closed to new replies.