Hi,
I'm looking for a way to strip the frst two characters from all tags being displayed.
I have added $tag_name = substr($tag_name,2); to category-template.php, which has worked for the side bar widgets, but I'm lost on how to do the same for the rest of the content - i.e. main blog and tag archive pages?
Any suggestions would be very much appreciated.
Thanks!