CPT Archive name in BREADCRUMB

Posted in: Newspaper
Post count: 5

Hi, there is a way to show archive name in single cpt breadcrumb? it only show taxonomy but what i need is to show a link to the specific custom post type archive. Any suggest?

Post count: 20685

Hi,

The only settings for custom post types at the moment are mentioned here
https://forum.tagdiv.com/custom-post-type-support/
You can select a taxonomy to display in the breadcrumbs, but there is no option to insert links in the breadcrumbs.

Thanks

Post count: 5

I read the actual option.
I don’t need to put random link in breadcrumb i need to have a breadcrumb that not link to taxonomies but link to archive page.
If i have a post in a custom post type without taxonomies and taxonomy showing only HOME-POST NAME. I give you example.

EXAMPLE:

HOME-CAT-POST <—–actual breadcrumb

HOME – CPT ARCHIVE – POST <—-what i need

Post count: 20685

Hi,

I understand now, but I don’t know how you could do that. If you want to modify the default breadcrumbs, try making the code modifications in this file
https://www.screencast.com/t/KcqJupOnMxu

Thanks

Post count: 9544

You might try the ‘Breadcrumb NavXT’ + ‘Order Bender’ plugins; we use this on one of our main sites to micro manage which category shown in breadcrumbs when a story is in multiple categories.

Post count: 16

I also ask.

The real problem is this and I also explain it with simple images:

this is how breadcumbs should appear

With the newspaper the “speciali” CPT is not seen.

“SPECIAL” is a custom post type.
The same problem exists also on taxonomies, eg the taxonomy “TOPIC”
topic

I reiterate that simply changing the theme is shown, using newspaper disappears.
Let me know whatever is urgent enough.

Post count: 20685

Hi,

As I mentioned that could only be done by modifying how the breadcrumbs are created. Or try the plugins suggested above. Here is a guide about the plugin
http://www.wpbeginner.com/plugins/how-to-display-breadcrumb-navigation-links-in-wordpress/

Thanks

Post count: 61

Hi, Simion.
In the guide you mentioned, they suggest to post this code:
<div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
</div>

into header.php file, in child theme. I’ve added it, and nothing shown. What file do I need to post this into?

Thanks

Post count: 35449

Hi pbc,

If you want to have more control on breadcrumbs you can use Yoast SEO breadcrumbs
Please read more about breadcrumbs in this topic -> https://forum.tagdiv.com/topic/breadcrumbs-and-categories/

Thank you for your understanding.

Post count: 61

Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.