Taxonomy Queries
-
To anyone needing to query by taxonomy with this plugin, here’s what I had to do:
In your$wp_query
args add the following'tax_query' => array( array ( 'taxonomy' => 'portfolio_category', 'field' => 'slug', 'terms' => 'featured', // replace with whatever portfolio category you create ) ),
Here’s a reference for
$wp_query
https://codex.www.ads-software.com/Class_Reference/WP_Query#Taxonomy_ParametersHope this helps.
Cheers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Taxonomy Queries’ is closed to new replies.