I have a question.
I use the new custom menus
of WordPress 3.0. And I’m wondering how can I add custom post types to the menu. For now, I can just add Pages
and Categories
.
Thanks
I have a question.
I use the new custom menus
of WordPress 3.0. And I’m wondering how can I add custom post types to the menu. For now, I can just add Pages
and Categories
.
Thanks
You must be logged in to post a comment.
The function register_post_type() takes an argument
show_in_nav_menus
. If you set this toTRUE
you get a selector for your custom post type in the menu manager.Sample code
Screen shot with the custom post type named CPT Test.