I have WordPress 3.2 and PHP 5.2+.
And the custom post type "has_archive" is set to true.
Still the archive checkbox to the nav menu meta box is not showing up.
http://wordpress.org/extend/plugins/cpt-archives-in-nav-menus/
I have WordPress 3.2 and PHP 5.2+.
And the custom post type "has_archive" is set to true.
Still the archive checkbox to the nav menu meta box is not showing up.
http://wordpress.org/extend/plugins/cpt-archives-in-nav-menus/
I'm having the same problem. Anybody?
Same here. I've installed WP 3.2, which works fine. Installing the pluging didn't change anything. Expected to see 'select all' (like the picture), but that option doesn't show.
I have the same problem. I have WP 3.2, deactivated all my plugins, flushed my permalinks settings a dozen times, it didn't change anything.
I'm about to go back to WP 3.1...
Set 'has_archive' and 'show_in_nav_menus' to true:
register_post_type(
…
'has_archive' => true,
'show_in_nav_menus' => true,
…
);
I fixed the plugin for my own needs, you can download the fixed version here :
http://benkey.free.fr/
@lemats
That did the trick! Cheers! This should've been put in the plugin's readme as instructions.
THANK YOU, ArtyShow, for fixing this plugin! I also had no luck getting the plugin to work till I tried your fix.
This topic has been closed to new replies.