I’m running 4.2 and have five custom post types registered in my funtions.php file. Each of these has menu_position set to 5 but only the first four show above the “Media” menu item in WP Admin. The fifth shows beneath Media.
I’ve moved the CPT’s around in my functions.php file to rule out a problem with one of the register functions. Every time, it is always the last one to be registered (the fifth) that appears beneath Media.
Any ideas what’s going on? Is there a limit to how many CPT’s can be shown in each position?
James
The topic ‘Custom Post Type Positioning Issue?’ is closed to new replies.