Remove Breadcrumb NavXT trail from multiple pages
-
I am using the Breadcrumb NavXT plugin and have successfully modified the header.php in my child theme for Twenty Eleven so that the trail does not display on the front page using:
<div id="main"> <div class="breadcrumbs"> <?php if(function_exists('bcn_display') && !is_front_page()) { bcn_display(); }?> </div>
[Please post code snippets between backticks or use the code button.]
Please tell me how I would modify this code so that the breadcrumb trail doesn’t display on two of my landing pages also. I have no php experience but can follow directions very well.
Thanks!
https://www.ads-software.com/extend/plugins/breadcrumb-navxt/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove Breadcrumb NavXT trail from multiple pages’ is closed to new replies.