how do i get rid of the breadcrumbs on each page?
eliminating bread crumbs
4 posts from 3 voices-
Posted 1 year ago #
-
Hey,
delete following code in header.php:
echo '<div class="wrapper" id="wrapper_stripe">'; if(class_exists('kclass_breadcrumb')){ $bc = new kclass_breadcrumb; } echo '</div>';Posted 1 year ago # -
Although I am a novice at using Wordpress my roommate is much more skilled than I am, not only could we not find this string of code, but he even tried to write his own to get rid of the breadcrumbs with no effect. I am using Abundance and I have been happy with it so far except for this.
Posted 1 year ago # -
Abundance calls the breadcrumb function in functions.php - open up the file and search for following line - you can remove it or modify the code, etc:
if(!is_front_page()) echo avia_breadcrumbs();Posted 1 year ago #
Reply
You must log in to post.














