Been reading this site and WordPress Codex and I see there is a function to enable custom type of pages in WordPress. How can I do the same to enable for Pages ?
Or at least get the options for the posts to appear for placing the posts under Pages ?
Been reading this site and WordPress Codex and I see there is a function to enable custom type of pages in WordPress. How can I do the same to enable for Pages ?
Or at least get the options for the posts to appear for placing the posts under Pages ?
You must be logged in to post a comment.
you question is not so clear for understand. Anyway i try to respond… You can use ‘hierarchical’ => true when you declarate you new custom post type.
For placing this new menu in some other position in your admin are use the proprety ‘menu_position’ => 5,.
Example (to add in your functions.php file):