Update templates/shop/breadcrumb.php

Last trail Home > Shop (Shop is last trail) should not have a link. Makes no sense.
This commit is contained in:
kingbt 2012-08-24 16:50:19 +03:00
parent 251bbe75d1
commit da160bb21e
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ if ( (!is_home() && !is_front_page() && !(is_post_type_archive() && get_option('
else :
echo $before . '<a href="' . get_post_type_archive_link('product') . '">' . $_name . '</a>' . $after;
echo $before . $_name . $after;
endif;