you can use the menu_order
filter hook to change the order
function custom_menu_order($menu_ord) {
if (!$menu_ord) return true;
return array('settings_page.php', 'edit.php?post_type=CTP1','edit.php?post_type=CTP2','edit.php?post_type=CTP3');
}
add_filter('custom_menu_order', 'custom_menu_order');
add_filter('menu_order', 'custom_menu_order');
Related Posts:
- Placing a Custom Post Type Menu Above the Posts Menu Using menu_position?
- Renaming Menu Item within Admin Menu Section for a Custom Post Type?
- Custom Post Type Nav to Subpage
- How can I put content before my custom post type default pages?
- How we can create menu from Appearance > Menu and use as a add-submenu-page for admin menu?
- Admin menu post type
- and custom post_types to custom menu
- Options page – dropdown of users
- Able to edit custom post, but unable to create new custom post when within submenu. What capability is missing?
- page menu entry for custom post type
- No Permission to add new Page, Post or CPT with Admin role
- How to display custom WP menus?
- Admin Column does not populate with data
- Filtering posts list table
- CPT Validation to not show “Post updated.”
- Is there a way to establish parent/child relationship in WP menu links exclusively?
- Edit Custom Post Type on Custom Admin Page instead Post Admin
- Use custom walker to add taxonomy terms to main nav menu
- A page that shows a list of a specific custom post type
- Single custom post type’s menu ancestor/parent is Posts archive page
- menu link to custom post_type?
- Review site custom post type structure
- Custom Post Types in the WordPress Navigation Menu
- Custom post type isn’t working
- Add a ‘guide’ image to custom post type admin page
- Custom Post Type & Custom Menu Walker to append custom class for active post types
- Ordering Submenu Pages in WP 3.1
- Including link to custom post type in ‘wp_list_pages’ function
- Which Template Page Should I Use?
- How can i automatically add CPT single pages as sub menu items
- Use remove_meta_box conditionally on custom post type
- New “Custom Types” item in admin menu. Is this a plugin or a new wordpress feature?
- How can I use archive-{post_type}.php theme template?
- Custom Post Type Link added to menu won’t show in frontend
- How to group navigation items in the admin panel
- Sortable column containing numeric values for Custom Post Type at WordPress Backend
- How To Display A List Of CPT Posts In A Meta Box On Menus Page?
- Get custom post type categories to show up in menus
- How to check if post/page or taxonomy post is published by admin
- How can I create an automatic drop down menu with my tags?
- show current item in custom menu, when inside a custom post type
- Linking to Post Types from wp-admin
- Plugin or method of allowing user to rearrange custom post types with drag and drop?
- WordPress menu with custom taxonomy
- Prevent custom post type from showing up in custom menus
- CPT Columns doesn’t show categories
- Insert Custom Post Types
- sortable columns for multiple custom post types not working
- Custom Post Type – Support “author” only for admins
- Showing User’s Post Counts by Custom Post Type in the Author.php?
- Add ‘page template’ column to dashboard for CPTs
- Show category and tag link as a submenu under custom post type submenu
- Custom Post Type – Portfolio no longer works
- Filter posts of custom post type by meta key in (List All Section)
- get_post_types not working properly in admin
- How to programmatically add elements in a custom menu
- Is there a hook between clicking on “Add new” and the edit screen of a new post?
- Custom Posttype and menu classes
- Require custom post type if is_admin() – template doesn’t show up?
- Function to add custom HTML into head in custom post-type list page
- highlight parent page menu item when in custom post type
- Multiple custom post types on same admin page
- using the loop in custom meta is messing up ‘add new’ post type
- Custom post type post in custom menu
- Custom post type posts wont show in wp_nav_menu()
- WordPress admin for a custom post, hide/collapse the main “title” and “description” boxes
- Home page is getting current-menu-item even if it’s not home
- Placing Admin Post Metaboxes in Tabs
- Menu for taxonomies and posts belongs to taxonomy
- Metaboxes inside Tab
- Is there any filter to add a custom attribute to the tag in admin panel?
- build child and anchestor three from post parent
- wordpress get menu id by custom post_type?
- cpt not display inside nav menu
- How to create a Child & Siblings menu for a custom post type?
- How to hide private posts even if user is admin
- wp_get_nav_menu_items doesn’t return custom post type item
- Adding orderby url parameter to main CPT admin menu link
- Automatically add CPT UI categories to the menu
- Help Adding filter to Add Media button for custom post type
- Custom post type category link + add to menu
- Delete all custom posts then upload a new CSV of events
- Pagination in wp-admin for CPT
- Possition a Custom Post Type Tab under Settings
- Create an administation subpage containing posts in a certain category
- Navigation not working for custom post type pages
- wp_nav_menu doesn’t seem to work on custom post type pages
- how to display notifications in the wordpress menu when a new post is published
- Custom nav menu current item custom link problem
- Custom post type doesn’t display on admin list
- Menu disappears with custom post type link
- Use the page picker from wordpress menu creation page
- How to display custom post type in a submenu?
- Custom Post Type parent slug as menu item
- current_menu_parent for custom post type and custom url
- Customising the admin columns for a custom post type, but now most of the built in categories don’t display?
- Calling the first & last post by category in custom post type
- Shared Custom post type between WP network sites
- add current-menu-item to multiple custom post types
- Exclude categories For Custom post types