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
- Adding a Custom Post Type into the menu screen
- Highlighting wp_nav_menu() Ancestor Class w/o Children in Nav Structure?
- Showing User’s Post Counts by Custom Post Type in the Admin’s User List?
- Merge two custom post types into one admin page?
- Remove the “View” Link in Post Admin
- Multiple custom post types under one admin menu
- How can I change the admin search posts fields?
- Remove current_page_parent nav class from blog index when in CPT
- Admin Area Custom Type Search By Meta Fields Without Title & Content
- How can I filter posts by post_parent in the admin?
- Now can I group custom post types together?
- Custom post type admin search
- Ordering posts by custom taxonomy in admin area
- How to add custom columns to Custom Post Type admin screen
- How to Make an admin_notices Message That Disappears Once the User Leaves That Particular Page?
- Is it OK to move admin menu items?
- Filter by custom Field for Custom post type Admin Listing
- Exclude add_filter from the admin
- wp_list_pages not showing cpt as I expected
- Which User Role for Custom Post Type Menu – wp_nav
- Create Custom Post Type Archive Page with Sub Categories Navigation Sidebar
- How to add post_author column to custom post type
- Adding help information to custom post edit page
- Only Show an Author Their Custom Post Types
- Actions that Run on Admin Edit Page Load After Posts Are Queried
- Filters post in admin with dropdown select, custom post type
- Admin List Dynamic Heading
- How can I add a column in the wp_list_table of the admin area?
- How to search CPT’s by meta query from the admin dashboard?
- Remove current_page_parent from posts page link in WordPress nav menu
- Add theme options to custom post type admin pages [closed]
- Menu highlight custom post type archive
- Add the current menu item CSS class to a custom page type archive in WordPress menu
- wp_nav_menu() mark current item ancestor of custom post type
- Changing ‘view’ link for custom post type on list post screen?
- Sort admin area by custom Event Date field
- How to change the admin menu “Pages” to something else
- Navigation menus not showing because of custom post type filter
- Add html to cpt main page / admin edit.php
- Remove rows in the manage post/page view
- Is there a way to have the view link on manage posts page to open in a new window or tab?
- Set menu active state for custom posttype and category, given custom taxonomy term
- Access $post object when adding custom columns to list table
- Function to display custom post type on front page makes menu items dissapear
- Insert & order custom post types in/as submenu
- Customize the Dashboard Menu Editor
- How to make this menu drop down or like accordion
- Customize my custom taxonomy table in Admin panel
- Custom Post Types don’t highlight in menu nav
- Using default WP menu functionality to link to custom post-type listing?
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Notify admin on new submit
- On update or create post redirect to current post position in list
- How to display custom WP menus?
- Admin Column does not populate with data
- Is there a way to establish parent/child relationship in WP menu links exclusively?
- A page that shows a list of a specific custom post type
- Single custom post type’s menu ancestor/parent is Posts archive page
- Add a ‘guide’ image to custom post type admin page
- Custom Post Type & Custom Menu Walker to append custom class for active post types
- Including link to custom post type in ‘wp_list_pages’ function
- How can i automatically add CPT single pages as sub menu items
- New “Custom Types” item in admin menu. Is this a plugin or a new wordpress feature?
- 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
- sortable columns for multiple custom post types not working
- Add ‘page template’ column to dashboard for CPTs
- Show category and tag link as a submenu under custom post type submenu
- Filter posts of custom post type by meta key in (List All Section)
- Require custom post type if is_admin() – template doesn’t show up?
- highlight parent page menu item when in custom post type
- using the loop in custom meta is messing up ‘add new’ post type
- Custom post type post in custom menu
- Metaboxes inside Tab
- How to create a Child & Siblings menu for a custom post type?
- Possition a Custom Post Type Tab under Settings
- Create an administation subpage containing posts in a certain category
- Custom nav menu current item custom link problem
- Customising the admin columns for a custom post type, but now most of the built in categories don’t display?
- Custom Post Type Causing Admin Sidebar UI Issue
- How to change the default orderby from “Date” to e.g. “Title” or my custom column in content type records list in admin?
- Change column of row action (Quick Edit) links in WP_List_Table
- Collection of fields in a single post
- Getting (Invalid) when adding custom taxonomy of custom post type link in menu [closed]
- Prevent users from changing post status
- current_page_item and custom post type?
- Highlight specific menu item when custom post is page
- Custom Plugin w/ Custom Post Types – Custom Posts Are Showing at all Privilege Levels – Is this possible to adjust?
- sidebar hierarchical menu category & custom post type
- How to set the Screen Options for Users in the Admin Panel?
- Issue displaying multiple TinyMCE editors with WPAlchemy
- Can’t add custom post type archive page to menu