-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Posts are not showing under selected menu #8
Comments
I believe I found the issue. The plugin only works going forward. I already have a long list of posts for Team-members, and they do not show up. Updating each individual post under Team-members does not add them to the menu. It seems only adding a New Team-member will add a post automatically. |
Morning Critter, This feature has been requested before and it makes sense. I guess I will have to take some time to make it work with existing cpt posts as well. |
Aye. sorry about that.. I think I saw automatically adds custom post type in my excitement. |
I'll do my best to get that feature up and running soon. |
Custom Post Type Auto Menu version 1.1.8
Wordpress 4.0.1
I've stripped the menu call down to just:
wp_nav_menu('primary');
But the custom posts are not showing
Hovered menu item
any suggestions on how to debug it?
The text was updated successfully, but these errors were encountered: