Thread Starter
adjb
(@adjb)
Hi, thanks for your speedy reply. These are pages sorry. The website hasn’t had any changes to the template files or code, which is why it doesn’t seem to make any sense?
Thread Starter
adjb
(@adjb)
Actually worked it out myself. To exclude from the front page use this code in your page.php template:
<?php if(function_exists(simple_breadcrumb) && !is_front_page()) {simple_breadcrumb();} ?>