Is there anyway to have custom menus that fill out automatically, specifically for custom post types?
You can do it for default pages but nothing else it seems...
For example you have a page which needs to list a range of projects in a navigation.
You could do it with a query for that specific custom post type so all new posts are added automatically but what about the wp_menu class's that are added?
So basically can you have a list navigation which populates automatically with the wp_menu classes e.g current-menu-item
Because having to add them in the menu area in the admin is a bit clunky.
This possible, or not yet?