By adrianmak on
Current the html output of breadcrumb is
<div class="breadcrumb"><a href="/">Home</a> » <a href="/archive">Monthly archive</a> » May 2010</div>
I want to add a span tag around the anchor text , ie
<div class="breadcrumb">
<a href="/"><span>Home</span></a> » <a href="/archive"><span>Monthly archive</span></a> » May 2010</div>
Comments
subscript
subscript
In the template.php file of
In the template.php file of your theme add the following function or if its already there then modify it as follows:
Clear the cache and try.
Thanks,
Prajakta