Tell us what you are trying to do? We migrated from Joomla to WordPress and used Toolset to help. It worked great, but now many of the migrated custom posts are displaying in the backend admin menu displayed as "Pins". Is there any way to move these into a subfolder? The entire left side of our WP admin has dozens of these migrated custom posts. *see the screenshot below. How can I better organize these so the Admin area is not so cluttered?
Is there any documentation that you are following? no
Is there a similar example that we can see? uploaded screenshot
What is the link to your site? hidden link
Hello,
You can customize the position of custom post type in the admin menu, for example:
Dashboard-> Toolset-> Post types, find and edit your custom post type, in section "Options", change the option "show_in_menu" value to: edit.php?post_type=page
It will display your custom post type under "Page" menu
See my screenshot show_in_menu.jpg
More help:
https://developer.wordpress.org/reference/functions/register_post_type/#show_in_menu
show_in_menu
(boolean or string) (optional) Where to show the post type in the admin menu
My issue is resolved now. Thank you!