How to create a linked tag list in my sidebar
This will output a list of all tags, sorted by the most used tag first. Each tag has the number of times it has been used following the tag in parentheses. The parentheses and number of times used is in a <span>. To remove the parentheses, change <span>(‘ . $tag->count . ‘)</span> to <span>’ . … Read more