Tagged: Breadcrumbs
- This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago by Sakin.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
May 24, 2015 at 8:37 pm #58241CattextParticipant
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?
May 24, 2015 at 8:40 pm #58242CattextParticipantHold your horses, I just figured it out…
The name should be catchkathmandu.
It was the one option I hadn’t tried yet 😉May 25, 2015 at 9:31 pm #58284SakinKeymaster@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.
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘yoast breadcrumbs’ is closed to new replies.