[Plugin: Query Multiple Taxonomies] Search a single Custom Post Type
-
Hi right n00b to wordpress here.
First of, Scribu this is an excellent plugin and pretty much does 80-90% (maybe more) of what I need. My scenario is I have 3 Custom Post types (post, case-studies & resources). They all share the same taxonomies (subject, sector, age-range).
What I need to achieve is present the widget on three separate pages (post, case-studies & resources) and thus when the user builds up the taxonomy filters it just pulls back results for the appropriate post type. Kinda like a dedicated Case Studies filter page and a dedicated Resources filter page.
I tried this on my functions.php file but doesn’t seem to do anything
function my_qmt_post_type() {
return 'resources';
}
add_filter('qmt_post_type', 'my_qmt_post_type');
b.t.w I’m using version 1.2.3 of the plugin.
many thanks
KB
- The topic ‘[Plugin: Query Multiple Taxonomies] Search a single Custom Post Type’ is closed to new replies.