Breadcrumb not working
-
I installed the plugin but it’s not showing breadcrumbs:
https://online-marketing-bedrijf.be/medec-wp/products/anaesthesia/This is my code in template.php
<div class=”banner_down”>
<div class=”content2″>
<?php if(function_exists(simple_breadcrumb)) {simple_breadcrumb();} ?>
<?php the_content(); ?>
</div>
</div>
- The topic ‘Breadcrumb not working’ is closed to new replies.