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?
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
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
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
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”

I reiterate that simply changing the theme is shown, using newspaper disappears.
Let me know whatever is urgent enough.
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
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
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.
