Representing custom post types under tabs in settings menu
-
This is an extension of the post at:
https://www.ads-software.com/support/topic/moving-custom-post-types-optionally-under-settings-menuThe approach recommended to move custom post types under the Settings menu works well:
'show_ui' => true, 'show_in_menu' => 'YourAdminPageClassName',
My next question is whether I can tuck this into a submenu page, so when the menu is clicked, the custom post type summary table is displayed, but under a tab.
I use this to instantiate admin tabs:
$_setup_object->addSubMenuPage ( $sub_menu_array );
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Representing custom post types under tabs in settings menu’ is closed to new replies.