How to display breadcrumb ?

You need to use following shortcode to display breadcrumb on your site, usually paste the code on your theme header.php file

<?php
echo do_shortcode( '[breadcrumb]' ); 
?>

 

624-use-shortcode