#35846 closed defect (bug) (worksforme)
Custom post type archive menu item cannot be added on nav-menu.php
Reported by: | mh35 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4.2 |
Component: | Menus | Keywords: | |
Focuses: | administration | Cc: |
Description
In customizer, menu items of custom post type can be added, but in nav-menu.php cannot.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hello @mh35, welcome to Trac!
To add a post type archive you have to click on the "View All" tab, see [35382]. Make sure that your custom post type has also set the
has_archive
property to true.