You can use a built in function of the menu editor for this. Go to your Custom Post Type in the Menu editor, click the “view all” tab and the first item you see is a link to the CPT archive page.
In case your CPT does not appear in the Menu editor please check whether your CPT has archives enabled ('has_archive' => true
in the register_post_type
-arguments).
When you are sure that archives are enabled and your CPT is still not visible you can reveal it through the Screen Options menu at the top of the screen (thanks, Nathan Hornby).
Related Posts:
- Adding custom post type archives to a WordPress menu
- Create Custom Post Type Archive Page with Sub Categories Navigation Sidebar
- Add the current menu item CSS class to a custom page type archive in WordPress menu
- How can I use archive-{post_type}.php theme template?
- How to display the FAQ Archive page in my menu
- CPT Archive with parent page
- Can’t add custom post type archive page to menu
- Display a custom posts page for post type
- Custom post type archive pagination 404
- Is there a way to establish parent/child relationship in WP menu links exclusively?
- posttype/taxonomy/term archive page 404 error
- Is it possible to have a custom post type with feed but without the archive?
- Use custom walker to add taxonomy terms to main nav menu
- A page that shows a list of a specific custom post type
- Ignoring slug capitalization on rewrite rule for custom post type archive page
- Single custom post type’s menu ancestor/parent is Posts archive page
- menu link to custom post_type?
- Review site custom post type structure
- Paginate_links in custom post type template
- Custom Post Types in the WordPress Navigation Menu
- My archive-posttype.php template is not loading
- Custom Post Archive is not working
- Limit the Title Length on Custom Post Type Archive Page to a Set Number of Characters
- Custom post type archive with page as parent url
- Add parent post to Custom Post Type [closed]
- Set featured image to archive.php
- Custom Post Type & Custom Menu Walker to append custom class for active post types
- Ordering Submenu Pages in WP 3.1
- Including link to custom post type in ‘wp_list_pages’ function
- What’s the name of the custom post type yearly archive template?
- Custom post type, global categories — what’s the template name?
- Which Template Page Should I Use?
- How to hyperlink content from archive page with custom post-type
- How can i automatically add CPT single pages as sub menu items
- Set thumbnail and title for a post type archive (not post itself!)
- How to set up Custom Post Type archive page as Front page
- Url to archive page for custom post type
- How to display CPT archives?
- Custom meta Title for custom post type archive from page
- Excluding a Custom Post Type with a specific tag using pre_get_posts
- Custom Post Type Link added to menu won’t show in frontend
- Return the name of the post type
- How To Display A List Of CPT Posts In A Meta Box On Menus Page?
- Get custom post type categories to show up in menus
- How can I create an automatic drop down menu with my tags?
- show current item in custom menu, when inside a custom post type
- current-menu-item not added on page showing custom post type (rendered with archive template)
- Alphabetically sort a taxonomy.php template by post title
- WordPress menu with custom taxonomy
- Prevent custom post type from showing up in custom menus
- Custom Permalinks For CPT and pages with parent. Advanced WordPress
- How to integrate single and archive templates for custom post type in any WordPress theme
- Permalink problems with custom post type and custom taxonomy
- sort CPT on Custom Taxonomy Archive page
- ACF for custom post type archive pages: which hook to use?
- Use the custom post type archive for taxonomies?
- Custom Post type date archive for custom taxonomy
- Show categories of custom post type and not all posts
- CPT Archive pre_get_posts not working?
- Custom Post Type – Portfolio no longer works
- adding custom post type “name” to single template
- Removed custom post type archive page shows blog page
- Custom Post Type Archive template not being called
- Custom Post Type with Configurable Sidebar via ACF
- Query Posts that have Custom Taxonomy
- Plain links in single-class.php and archive-class.php not working
- Custom Post Type Custom Archive Page Not Working
- Getting custom taxonomy posts on archive page
- How to programmatically add elements in a custom menu
- add_action ‘init’ from inside a class for custom post types
- Archive page for custom post type and custom taxonomy
- Custom post type archive – error in nav-menu-template.php
- Order Custom Post Type Archive by multiple values in functions.php
- Custom post type category permalinks and archive pages
- Custom Posttype and menu classes
- Make Next and Previous on single-$posttype.php use the same order as archive-$posttype.php
- Pagination does not work on Custom Post Type archive while trying to get load more function working
- CPT archive page – show one post from each taxonomy term
- highlight parent page menu item when in custom post type
- Get single posts archive information
- How to have multiple archive pages?
- Displaying custom taxonomy menu in custom post type archive
- Create a Custom Path to Archive
- Custom post type post in custom menu
- Custom Post Type Date Based Archive URL rewrite [duplicate]
- Custom post type posts wont show in wp_nav_menu()
- Specifying a template for custom post type pages
- WordPress sitemap with Custom Post Types
- Pages not appearing?
- Home page is getting current-menu-item even if it’s not home
- Placing Admin Post Metaboxes in Tabs
- Is possible register two archive pages for single custom post type?
- Menu for taxonomies and posts belongs to taxonomy
- CPT archive with WP native/core tax/categories
- How to set a ‘page’ as parent of a custom post type?
- Display All Courses in Course Archive Page
- Archive page of CPT’s custom Taxonomy
- Getting Same Description in All the Custom Taxonomy Posts
- Invalid content when I try to import custom post type from the old template wordpress
- How can I put content before my custom post type default pages?