Tagged Questions
0
votes
2answers
574 views
How to Add a Sub Menu Page to a Custom Post Type?
I am trying to create a link under a custom post type I have named "portfolios". If I change "add_submenu_page" to "add_options_page" it correctly shows a new link under the "Settings" menu. But it ...