Closed (fixed)
Project:
Taxonomy Breadcrumb
Version:
5.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2008 at 15:35 UTC
Updated:
12 Jan 2009 at 18:26 UTC
I want the breadcrumbs to appear in a different way.
So how do I apply a class="whatever" to the path?
Right now I am just using <?php print $breadcrumb ?> to display the breadcrumbs.
Comments
Comment #1
MGN commentedThis isn't really a taxonomy_breadcrumbs issue. Look at phptemplate_breadcrumb function in the template.php file within your theme directory. You can modify this function to alter the markup to use whatever css you like.