I am new to Radiant, and not a (real) programmer, but I am persistent
and willing to try things. Here's what I'm trying to do with the tags
extension: extract the number from the output, style it with css as an
em element, remove the parentheses around the number, and move the
number to before the tag name in the output. So the output, which
currently looks like this:

     <a href="/search/by-tag?tag=tag_name">tag_name (1)</a>
would look like this:

    <a href="/search/by-tag?tag=tag_name"><em>1</em> tag_name</a>

I can see a couple of places in the tag extension files where it looks
like the output is defined, but I don't know enough to feel confident
changing that stuff.

Suggestions are most welcome.

Reply via email to