Add Custom Post type menu to another menu in specific location
Fixed and here’s how, please excuse the unedited cut and paste, thanks to @mmm for the pointers on how: Add Custom Post Type via Action add_action(‘init’, array($this, ‘mactrak_custom_post_type_add’)); Above function as called (mactrak_custom_post_type_add) includes argument to set up meta box and menu position Following construct: add_action(‘admin_menu’, array(&$this,’mactrak_admin_menu’)); runs following script: add_menu_page( ‘MacTrak – the WP … Read more