I’ve got tags working in “Sharepoint like”, but the tags list (left column) looks pretty ugly. The CSS for this theme doesn’t work well with the output of list_tags(), since the CSS sort of expects category listings to contain only anchors (<a>), while list_tags() outputs an anchored tag name followed by the article count as plain text.
This is a bummer. I really like the Sharepoint theme, and I much prefer tags over categories. I may have to hack the tags plugin to add a function to list the anchored tags without article counts, or perhaps add another parameter to the list_tags() function to control this.
It’s getting late, I think that’s enough theme hacking for one night. I’ll look at this with fresh eyes in the morning.