How to display breadcrumb ?PickPluginsNovember 15, 2016FAQ – 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]' ); ?>