Adding a Tag List to your Tumblr Sidebar
First of all, this is not a Tumblr tag cloud, it’s just a manual Tag List that you can add to your Tumblr sidebar. It is convenient to clarify how Tag URLs are structured.
yoursite.tumblr.com/tagged/simpletag
yoursite.tumblr.com/tagged/double%20tag
Notice how the tags that are built with more than one word are separated with %20 , though you could actually leave just a space there and the browser would still know.
Adding a Tag List to your Tumblr Sidebar
- If you want to make it fairly easy, just add the code in your description box
- First identify the tags that you want to include in the list (as long as you have used them in some post already)
- Paste the following code to make the tags show up in your description box as an ordered list
- If you ask me, there’s a better way of displaying your tags, that being using the Tag Cloud Generator, since it pulls all your tags, and you can set limits on both size and number, of that I’ll talk about in another post.
http://yoursite.tumblr.com/tagged/double%20tag
<ol>
<li><a href="">Tag Example</a></li>
</ol>

Follow Us on