[Plugin: Query Multiple Taxonomies] Not Working with WP3 RC2 GD CPT Tools Custom Post Type
-
Hi,
I am trying to run ‘Query Multiple Taxonomies’ with ‘GD CPT Tools’ in WP 3 RC 2.
I created a post-type with GD Tools called ‘questao-prova’.
Then I add several taxonomies (‘banca’, ‘orgao’) to ‘questao-prova’.
Than I added to functions.php the following code:function my_qmt_post_type() { return 'questao-prova'; } add_filter('qmt_post_type', 'my_qmt_post_type');
The search seens to work (example: /?banca=cespe&orgao=serpro) but the widget just lists (‘Posts Tags’ and ‘Categories’)
When I add a taxonomy to post-type=posts the widget displays it, but I want the widget to list all taxonomies in the ‘questao-prova’′s post-type.
Sorry for the bad english, i am not a native speaker.
https://www.ads-software.com/extend/plugins/query-multiple-taxonomies/
- The topic ‘[Plugin: Query Multiple Taxonomies] Not Working with WP3 RC2 GD CPT Tools Custom Post Type’ is closed to new replies.