Hello,
On my website I have breadcrumbs as a shortcode added on pages like here: https://www.novi-marine.com/rib-boten/
Now that I have updated my theme, and also addod this code add_shortcode( ‘bread_crumb’, ‘avia_title’ ); to the functions.php file, the breadcru,bs aren’t showing.
Here is my site with the updated theme: https://www.lucasvps.nl/rib-boten/
username: login
pass: toegang
As you can see, the breadcrumbs aren’t showing.
I’d be great if you can help me out with this.
Best,
Lucas
Hey novisell,
Please try to add this code to your functions.php:
function av_breadcrumbs_shortcode( $atts ) {
return avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
}
add_shortcode( 'bread_crumb', 'av_breadcrumbs_shortcode' );
Best regards,
Dude
Hi Lucas,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria