Created
December 10, 2011 09:04
-
-
Save davemac/1454851 to your computer and use it in GitHub Desktop.
WordPress query categories and return posts that are in one category, and also could be in multiple other categories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $showFactsheets->query( array( 'category__in' => array( 4, 5, 6, 7 ) , 'category__and' => array( 25 ) ) ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment