Breaks custom taxonomies
-
In the function
my_theme_redirect()your plug-in includes your plug-ins template ifis_tax()returns true – which it does for any category.It should be
is_tax( 'wpccategories' ).Also, just as a heads up,
template_include(filters the template file) should be used here instead oftemplate_redirect(see this post: http://wordpress.stackexchange.com/a/51041/9364 ).Thanks for your time!
Stephen
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Breaks custom taxonomies’ is closed to new replies.