Custom Taxonomies not showing up
-
Hi,
When I try to add my custom taxonomy, it doesn’t show up and all of my other taxonomies disappear. My taxonomy is called “categoryexpert” and this is the code I’m using:
function my_taxonomy_types($taxonomies) { $taxonomies[] = 'categoryexpert'; return $taxonomies; } add_filter('s2_taxonomies', 'categoryexpert');
am I doing something wrong?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Taxonomies not showing up’ is closed to new replies.