Straight from the WordPress documentation for registering_post_type in the code you are registering your custom post type you should be able to add: ‘show_in_nav_menus’ => true, and that should allow your post type to show in navigation menus. Here’s the documentation for the register_post_type function
Adding a link in your menu straight to the page also works, but in my opinion it is very messy. It would seem not many people are aware of the show_in_nav_menus argument of register_post_type because by default the value is set to false.
Hope this helps you.
Related Posts:
- Remove current_page_parent nav class from blog index when in CPT
- WordPress Custom Post Types with a page as a parent?
- How to order adjacent posts (prev / next) by custom field value?
- How to model a hierarchy for courses, levels and lessons?
- How make get_next_post() return first post when viewing last one
- Problem excluding category from get_next_post
- specify meta_key / meta_value condition for prev_post_link and next_post_link
- Nav menu of all posts in a custom post type
- Full-Ajax Theme: parseJSON error while building a JSON object from a WordPress custom template
- posts_nav_link on single post template
- Dropdown list of a custom post type
- Highlight nav menu terms
- Custom Taxonomy Breadcrumb Navigation
- Select menu should display categories and the item’s depth
- Why are navigation items saved in the database?
- adding .current* tags to custom post types and taxonomies
- wp_get_nav_menu_items wp-admin/customize.php problem
- current-menu-item not working with custom post type
- Showing Custom Content in a Nav Dropdown
- Hierarchical Custom Posts – Highlighting Current Post in Sub-Menu
- Custom Post Type Navigation on Custom Field
- Add/Remove current_page_parent class
- Twenty Fifteen: Adjacent posts by menu_order [duplicate]
- How can i change the output of posts_nav_link();
- Creating a navigation menu of all posts of a custom post type and their children posts?
- wordpress wp_list_pages help
- Paging doesn’t work?
- Hide post navigation if current post is in a category with only one post
- How To Show All Custom Post Types In A Category Instead Of Pagination?
- Losing Nav Active State in Menu
- Custom Post Types in the WordPress Navigation Menu
- How can i automatically add CPT single pages as sub menu items
- How does the ‘the_post_navigation()’ work for CPT’s?
- Displaying Custom Posts
- List All Custom Post Types Posts in Nav Menu Dynamically
- New posts label category with “new”
- Can’t Get Parent and Child Categories of Custom Taxonomy to Display
- Previous / Next Links For Custom Post Type Sorted By Meta_Value
- Include “Scheduled” (“Future”) Posts in WordPress Post Navigation ( previous_post_link, next_post_link ) for a Specific Custom Post Type
- How to get next post link of child custom post type from parent post and get next post link of parent post from the last child post?
- Manually adding current_page_parent to wp_list_pages()
- Prev/Next Navigation on Single Post Disappeared for Custom Post Type
- How to create a Child & Siblings menu for a custom post type?
- current-post-parent for custom post type
- Adding a nav menu for a custom post type
- Insert a hash into the url of custom posts to make them function as anchors
- Post navigation doesn’t show (in custom template, custom post type, custom query)
- Navigation not working for custom post type pages
- wp_nav_menu doesn’t seem to work on custom post type pages
- Custom nav menu current item custom link problem
- Calling the first & last post by category in custom post type
- Programmatically Split A Post Into Multiple Pages
- next_posts_link returns same content of 1st page
- Custom post type navigation – 404 on page 2
- current_page_item and custom post type?
- Why is Posts page selected when showing single Custom Post Type?
- Navigation links to posts in current term shortcode
- Pagination for Custom Post Type with Multiple Types
- Navigation won’t update to show full path to single post
- get_the_post_navigation not working
- Counting the number of posts (custom post type) Query problems
- How to check if a WP_Query has data
- Why won’t my metabox data save?
- Defining capabilities for custom post type
- Templates for Custom Post Types and Custom Taxonomies
- Retrieving 3 latest post from each of 5 different custom post types
- How to solve suspected memory issue in custom WordPress loop?
- Remove “-2” from a Toolset Types URL with the same post name
- Get permalink and title by post name?
- Ordering Custom Post Types with WP_Query
- How to check the terms in single custom post type template
- Custom Post type with ACF in REST API, how do I get those values?
- Posts from all the categories are being displayed instead of particular category
- Custom Post Types, URL rewrite on multiple CPTs
- How to set a CPT to have a page as a parent, then rewrite urls accordingly?
- Post injections into Site Origins Page builder [closed]
- Change custom post type permalink to show name of post from another custom post type?
- Displaying and searching Custom Posts
- It’s possible to hide body copy box for a custom post type?
- Categorise Custom Post Types
- Trouble with pagination
- User-submitted reviews of different custom post types
- Custom Post Type not showing in main loop
- custom post type by author – wp job manager
- How can I modify a custom post type and custom page template for a child theme if all content seams to be handled by theme’s ‘native’ plugin?
- Change Custom Post Type singular_name through function/filter
- Custom Form / Search with Custom Post Type Data
- Does non-content posts have a negative impact on SEO?
- Some posts not displaying by taxonomy term
- Update post status from “publish” to “trash” prior to year 2018
- What is WordPress’ custom post type ‘Logs’?
- Custom post url in search.php isn’t the correct rewrited url
- Converting a checkbox filter for custom fields to a dropdown
- How can i call a custom method on submission of a custom plugin post type?
- Custom post type page for authors
- Custom template support for custom post type?
- Using one custom taxonomy.php for two custom taxonomies?
- posting twice from an array?
- How do I target a links only in a custom post type and only in the p tag?
- Rewrite nested urls for custom post type