I have a custom post type which uses a hierarchical taxonomy als url. I don't find a way to show that structure in your breadcrumbs. So, instead of your built-in breadcrumbs, I want to use Yoast SEO breadcrumbs which support it. Unfortunately, you didn't use pluggable functions, so I would have to change it in the parent theme.
Do you have a way for managing that in the child theme? Is there a known hook or some kind of replacement possibility?
PS: for future improvements, I recommend to set the functions pluggable, all you have to do is
if( ! function_exists(<function_name>) ) {
// function
}
Hello,
I have a custom post type which uses a hierarchical taxonomy als url. I don't find a way to show that structure in your breadcrumbs. So, instead of your built-in breadcrumbs, I want to use Yoast SEO breadcrumbs which support it. Unfortunately, you didn't use pluggable functions, so I would have to change it in the parent theme.
Do you have a way for managing that in the child theme? Is there a known hook or some kind of replacement possibility?
PS: for future improvements, I recommend to set the functions pluggable, all you have to do is
Thanks in advance!
Hi,
We'll try to add
to the template in the next theme update. So you'll can change it in the child theme.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver