Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1002209

    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

    #1002218

    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

    #1002276

    Hey dude ,

    It worked thanks!

    Best,
    Lucas

    • This reply was modified 6 years, 3 months ago by novisell.
    #1002344

    Hi Lucas,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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