Custom taxonomies do not work/show
-
Hi.
This is nice. However, I could not get the custom taxonomies to show.
add_action('init', function() { register_taxonomy( 'yourtaxonomyname', 'attachment' ); });
They just simply do now show in the drop downs. I’ve experimented, looked at the codex and things for about 30 minutes. Am I missing something? I’m wondering if maybe the hook is just firing too late or too early? However, I tried an earlier hook and boom, site down, lol.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom taxonomies do not work/show’ is closed to new replies.