Breadcrumbs for Custom Post Type Parent
-
I am using a ‘page’ in preference to an archive page for one of our custom post types for various reasons.
I need to have this be reflected in the Yoast breadcrumb structure and am struggling to find out exactly how to do this.
I have a page ‘Who we are’ that is a parent of another page ‘Our team’ – this shows custom post types ‘team’ (each post is an individual team member). Permalinks show as mysite.com/who-we-are/our-team/joe-bloggs
What needs to be achieved is breadcrumbs that show as: Home > Who we are > Our Team > Joe Bloggs
All I can get it to do is Home > Joe Bloggs
Custom post type is set up with a rewrite slug of “who-we-are/our-team”
combined with: ‘has_archive’ => false,’I’d be extremely grateful for any help that can be offered.
The topic ‘Breadcrumbs for Custom Post Type Parent’ is closed to new replies.