Custom Tax Not Appearing Hierarchically
-
Hi,
I’m using:
add_filter('mc_taxonomy', 'mc_filter_taxonomy'); function mc_filter_taxonomy($taxonomy){ if($taxonomy == 'category'){ $taxonomy = 'wcmedia'; } return $taxonomy; }
in order to set the taxonomy used by the plugin to be my custom tax.
But in the media modal, the list of items is not aligned and not hierarchical like it should be. Any ideas why? The “default” installation of the plugin seems to not have these issues.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Custom Tax Not Appearing Hierarchically’ is closed to new replies.