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]' ); ?>
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]' ); ?>