I would like to move the options page under appearance via a function in the child theme. I believe I can use remove_menu_page() to remove it. WOud I then use add_submenu_page() to place it under appearance?
It looks like the construction of the options page is fairly complex. Is there a reason it is not under appearance?
I noticed today that option page actually causes one of my custom post types to be hidden. Probably do to position.
Hello!
It would be best to move the position of the custom post type rather than the Enfold options menu position just in terms of keeping the largest impact on the site as unmodified as possible.
See: http://codex.wordpress.org/Administration_Menus and http://codex.wordpress.org/Function_Reference/register_post_type
Best regards,
Devin