• Hello folks,

    I have 6 post types and about 20 taxonomies relating to at least one of those post types. I find it easy to navigate the admin panel, but people who wish to work with me are intimidated by the visual pollution caused by the taxonomy submenus under each post type menu.

    What generates these submenus and how could I efficiently omit them?

    Ideally I’d like to give the taxonomies their own menu hierarchy, but I’ll cross that bridge when I come to it.

    Cheers.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    I’m sorry no one responded to your question. You’ve probably figured this out by now, but for anyone else finding this via search, one can use
    remove_submenu_page(). To determine the menu slug parameters, var_dump the global $menu and $submenu arrays. It’ll take some deciphering, but the data is there.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing all taxonomy admin submenus’ is closed to new replies.