1. Home
  2. Footer
  3. Breadcrumbs
  4. Yoast Breadcrumbs Script

Yoast Breadcrumbs Script

<?php 
if ( function_exists('yoast_breadcrumb') ) {
			  yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
			}
?>

description:

display pages tree, from parents to childs pages. We are using the breadcrumbs from Yoast Plugin, please be careful to not deactive the plugin

How can we help?