mmiarecka
Member
Posted 10 months ago #
I'm creating custom theme with custom post type. For some reasons I need stanalone page with configuration things (something like: for template abc set custom title, and so on). It will be best if I can put a link to this conf page in my wp admin in my post type section (like add new or categories).
How can I do this?
Not sure what you mean, but for my custom post types I created a new template (i.e. a new php file for my theme) with a loop for just that custom post type. Then in WP I make a regular, empty page and I assign the specially created template to it.
mmiarecka
Member
Posted 10 months ago #
Thing I needed was add_submenu_page(). Thanks Roy for your post :)