How can I display all categories added under my custom taxonomy
-
Hello All,
I registered my custom taxonomy ‘topic’ and added categories in that
register_taxonomy('topic', 'post', array('hierarchical' => true, 'label' => 'Topic', 'query_var' => true, 'rewrite' => true ) );
Now how can I display those categories those added under topic from backend.
Thanks a lot in advance for for help me
- The topic ‘How can I display all categories added under my custom taxonomy’ is closed to new replies.