Include archive page in breadcrumb
-
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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Include archive page in breadcrumb’ is closed to new replies.