[Plugin: Query Multiple Taxonomies] Conditional tag problem
-
If I’m here: myhomepageurl/regio/limburg/?post_type=evenementen
the following conditional tag works fine:
<?php if ( is_tax('regio', 'limburg') ) { ?>
But if I’m here: myhomepageurl/?eventtype=concerten®io=limburg
the same conditional tag doesn’t work.How can I make the conditional tag to work?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Query Multiple Taxonomies] Conditional tag problem’ is closed to new replies.