• I have a few custom post types which I’ve made archive pages for. However, they’re not being assigned to any pages in the WordPress menu, they’re just links made with:

    ‘rewrite’ => array( ‘slug’ => ‘custom-post-types’, ‘with_front’ => false )
    has_archive => ‘/custom-post-types’

    When going to these slugs I need the breadcrumb to display the page name “Custom Post Types”.

    How can I achieve this?

    https://www.ads-software.com/plugins/breadcrumb-navxt/

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    In the Breadcrumb NavXT settings page, under the Post Types tab, have you checked the “{Post Type Name} Archive Display” setting (replace {Post Type Name} with the name of your Custom Post Type)?

Viewing 1 replies (of 1 total)
  • The topic ‘Include archive page in breadcrumb’ is closed to new replies.