Hide Breadcrumbs from frontend only
-
Hi – i have implemented the breadcrumbs and put the code in the header.php of the theme
and it displays as it should
<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>however i do not want it to show on the FrontEnd of our website at all
is there a css fix i can add to my custom css to hide it all front the frontend?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hide Breadcrumbs from frontend only’ is closed to new replies.