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 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):
|
||||
|