Hi,
how do I remove the bar with the breadcrumbs?
I'm sure you've written this already somewhere, but couldn't find it searching the forum for "breadcrumbs".
Thanks!
Hi,
how do I remove the bar with the breadcrumbs?
I'm sure you've written this already somewhere, but couldn't find it searching the forum for "breadcrumbs".
Thanks!
In header.php remove following code:
if(class_exists('kclass_breadcrumb')){ $bc = new kclass_breadcrumb; }
The Dude
You must log in to post.