Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58241
    Cattext
    Participant

    Hi Sakin,
    I have the Yoast SEO plugin installed and would like to use their breadcrumbs.
    I’ve read on the forum the code that I need for this, but it was for the Adventurous theme.
    I’ve tried to edit it for Kathmandu Pro, but can’t make it work.
    This i the code I added to the child theme functions.php:

    function kathmandu_breadcrumb_display() {
    	if ( function_exists('yoast_breadcrumb') ) {
    		yoast_breadcrumb('<div class="breadcrumb container">','</div>');
    	} 
    }

    Could you please help me out?

    #58242
    Cattext
    Participant

    Hold your horses, I just figured it out…
    The name should be catchkathmandu.
    It was the one option I hadn’t tried yet 😉

    #58284
    Sakin
    Keymaster

    @Cattext: Yes, you just need to change that to
    catchkathmandu_breadcrumb_display

    But we already have support for Breadcrumb NavXT plugin https://wordpress.org/plugins/breadcrumb-navxt/ . For this, you just need to activate the plugin and it will work fine.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘yoast breadcrumbs’ is closed to new replies.