BUG? Ad Title breadcrumb issue - echo $currentBefore . the_title() . $currentAfter;
Hi
I have been playing with styling the breadcrumb trail using css only and have partly succeeded.
The issue I have is that the 'Ad title' at the end of the trail while viewing the ad is un-styled.
This is because of the code 'echo $currentBefore . the_title() . $currentAfter;' which is responsible for displaying the Ad title.
This is just creating an empty span tag and the title isn't being put inside of these created tags.
This is happening on all versions of classipress above 3.1.8 to my knowledge.
As a temp fix I have commented out that line so the Ad title doesn't show in the breadcrumb trail.
Is this a bug or is there a way to make the Ad Title sit inside the span tags created by that code.
The portion of code I am on about is in theme-functions.php on and around line - 1375
My version of CP is 3.2.1
Thanks
Bleem