We need to replace the default breadcrumbs in the Title Bar with Yost Breadcrumbs, without rewriting the template if possible. Is it possible to do this by adding custom code to the function.php in the child theme? Thanks
This is what we ourselves did earlier as the most obvious step. But with each update of the template, you will have to do it again. We were interested in a way to do this dynamically, by means of a custom function in a child theme.
We need to replace the default breadcrumbs in the Title Bar with Yost Breadcrumbs, without rewriting the template if possible. Is it possible to do this by adding custom code to the function.php in the child theme? Thanks
Hello,
All you need to do is replace line 133 of wp-content/themes/housico/includes/functions.php:
with the following:
Kind regards,
FlexiPress Support
Follow on Envato Facebook Twitter
This is what we ourselves did earlier as the most obvious step. But with each update of the template, you will have to do it again. We were interested in a way to do this dynamically, by means of a custom function in a child theme.
Hi,
We fixed that for you by adding the following function in your child theme:
Please check and let us know if you have any further questions.
Kind regards,
FlexiPress Support
Follow on Envato Facebook Twitter
You're more than welcome!
FlexiPress Support
Follow on Envato Facebook Twitter