Can't delete the Breadcrumbs from the home
-
I’ve been reading the other themes where it says how to delete the Breadcrumbs on the home, but I don’t get it, Do I have to put this code on the functionts.php?
if (!is_home() && !is_front_page()) { if (function_exists('HAG_Breadcrumbs')) { HAG_Breadcrumbs(); } }
Or in the header.php where are the breadcrumbs, cause It doesn’t work anywhere.
I have the breadcrumbs:
<?php if (function_exists('HAG_Breadcrumbs')) { HAG_Breadcrumbs(); } ?>
Almost on the bottom at the header.phpThanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can't delete the Breadcrumbs from the home’ is closed to new replies.