Forums
(@lemats)
14 years, 3 months ago
Fix included in subscribe2 version 8.2: http://wordpress.org/extend/plugins/subscribe2/changelog/
14 years, 4 months ago
Hi MattyRob
This works, thanks for that!
14 years, 10 months ago
Set ‘has_archive’ and ‘show_in_nav_menus’ to true:
register_post_type( … ‘has_archive’ => true, ‘show_in_nav_menus’ => true, … );