Comments 19Brian started the conversationDecember 8, 2021 at 10:55amHi again,Is it possible to add the breadcrumbs to the footer?Like this one; 1,882Judith repliedDecember 8, 2021 at 11:06amHi Brian,Please check this out https://kinsta.com/blog/wordpress-breadcrumbs/#breadcrumb-navxt.Thanks. 19Brian repliedDecember 8, 2021 at 12:09pmHi Judith,I can't figure out where I would need to add this snippet;Can you please help me out? <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb( '<p id="breadcrumbs"-->','<p></p>' ); } ?> 1,882Judith repliedDecember 8, 2021 at 12:16pmHi Brian,Since you are adding in the footer, you can paste the code in footer.php at the end of the code in the area shown below:Thanks. 19Brian repliedDecember 8, 2021 at 12:22pmHi Judith,Thank you for your info, but this adds it to the left corner of the page.I just found the exact location where to put it.In the 'main-widgets.php' right after this works perfectly; <?php nectar_hook_before_footer_widget_area(); ?> 1,882Judith repliedDecember 8, 2021 at 12:28pmHi Brian,Thanks for this workaround, it will surely helps our users.Thanks. Sign in to reply ...
Hi again,
Is it possible to add the breadcrumbs to the footer?
Like this one;
Hi Brian,
Please check this out https://kinsta.com/blog/wordpress-breadcrumbs/#breadcrumb-navxt.
Thanks.
Hi Judith,
I can't figure out where I would need to add this snippet;
Can you please help me out?
Hi Brian,
Since you are adding in the footer, you can paste the code in footer.php at the end of the code in the area shown below:
Thanks.
Hi Judith,
Thank you for your info, but this adds it to the left corner of the page.
I just found the exact location where to put it.
In the 'main-widgets.php' right after this works perfectly;
Hi Brian,
Thanks for this workaround, it will surely helps our users.
Thanks.