• Hi,

    I’m trying to add a Custom Taxonomy to Links. When you do this for Posts, a form for the new taxonomy shows up on the add/edit Post page. This is not happening for Links…any ideas?

    Here is my code to register the Taxonomy (note that if I switch the ‘object’ param from ‘link’ to ‘post’, it shows up on the edit post page, so the syntax should be correct).

    register_taxonomy( 'linkonomy', 'link', array('hierarchical' => false, 'label' => __('Link Tags'), 'query_var' => false, 'rewrite' => false) ) ;

    So, how do I get the form to show on the Add/Edit Link page?

    Cheers,
    Byron

  • The topic ‘Custom Taxonomy does not Show’ is closed to new replies.