How can I add php to all pages but my Homepage?
-
Hi, I have added the php code for Yoast WordPress SEO Breadcrumbs in the header.php file of my child theme (parent: surfarama theme):
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<br/ p id="breadcrumbs">','</p>'); } ?>
The breadcrumbs display on all pages, but I would like them not to display on the homepage of my website: https://londonard.com/ Can anyone help me achieve this please?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can I add php to all pages but my Homepage?’ is closed to new replies.