View Single Post
Old 11-05-2010, 04:24 PM  
garce
Confirmed User
 
garce's Avatar
 
Industry Role:
Join Date: Oct 2001
Location: Toronto
Posts: 7,103
Quote:
Originally Posted by garce View Post
I usually code the breadcrumbs like this:

Code:
<?php if (!is_home()) {?>
<div class="breadcrumb">
<?php
if(function_exists('bcn_display'))
{
	bcn_display();
}
?>
</div>
<?php }?>
Because I don't like having a "HOME" breadcrumb on the homepage itself.
garce is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote