Hi,
I'm using your great Velvet template.
is it possible to have breadcrumbs navigation?
Regards
Fabrizio
Hi,
I'm using your great Velvet template.
is it possible to have breadcrumbs navigation?
Regards
Fabrizio
Hey,
it requires some manual editing and a plugin like: http://wordpress.org/extend/plugins/breadcrumb-navxt/installation/. I'd add the plugin code to header.php before following code:
</div>
<!-- end container_wrap_header -->
- i.e. it woild look like:
<div class="breadcrumbs">
<?php
if(function_exists('bcn_display'))
{
bcn_display();
}
?>
</div>
</div>
<!-- end container_wrap_header -->Thank you!
Fbrz
Glad that I could help you :)
You must log in to post.