#35846 closed defect (bug) (worksforme)
Custom post type archive menu item cannot be added on nav-menu.php
| Reported by: | mh35 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Menus | Version: | 4.4.2 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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_archiveproperty to true.