Is there a way (besides adding a Custom Link) to add a custom post type archive to a menu in WordPress? If it’s added using a custom link (e.g. /cpt-archive-slug/), WordPress does not apply classes like current-menu-item
to the list element, which presents challenges when styling the menu.
If the custom link contains the entire URL (e.g. http://site.com/cpt-archive-slug/), those classes are added. However, that’s probably not a ‘best practice’.