'Wordpress Menü Backend Categories in hierarchical list

I have a lot of categories in WooCommerce. Some of them I want to link directly in the menu on Wordpress.

Backend -> Design -> Menus -> Add menu items

If I am here now and want to add a menu entry, and search for product categories, for example, "clothing", I now get a lot of output, cause that are all called the same.

If I look at one of the entries with the developer console, I see there in the hidden field name="menu-item[-4][menu-item-url]" a url. From the url I can then see which sub-sub category it is.

Is there, besides renaming the categories or developer console, an easier way to output them grouped there? Shortcode or similar.

example.com/wp-admin/nav-menus.php



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source