• By default in Admin, all Tags will show as a cloud. I’m able to change this in \wp-includes\taxonomy.php by changing this to ‘true’:

    register_taxonomy( ‘post_tag’, ‘post’, array(
    ‘hierarchical’ => true,

    However, in thee Admin > Posts right column box, Tags now show a heading of “Categories” with “All Categories” tab, even though it’s a checkbox list correctly showing the tags. So, everything works. But, I need to change the heading so there aren’t 2 “Categories” boxes in the Admin post page.

  • The topic ‘Tags in Admin as List not Cloud’ is closed to new replies.