Shortcode for Yoast Breadcrumb to Display
-
I was unable to find this anywhere online so when i successfully figured out how to write the shortcode myself, I thought i’d share for anyone else who needed it!
Add this code to your theme’s function.php file
function ybreadcrumb_function() { return'' .yoast_breadcrumb("","",false). ''; } add_shortcode('breadtrail', 'ybreadcrumb_function');
- The topic ‘Shortcode for Yoast Breadcrumb to Display’ is closed to new replies.