• Resolved dinesh786

    (@dinesh786)


    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

Viewing 15 replies - 1 through 15 (of 29 total)
Viewing 15 replies - 1 through 15 (of 29 total)
  • The topic ‘How can I display all categories added under my custom taxonomy’ is closed to new replies.