hi, my theme (which i found somewhere on some site, its not like one of the ones tumblr offers) doesn't show my tags, although my posts show the tags in dashboards. i was wondering if you could provide some coding to enable tags/tell me how to fix it? thanks!
To make the tags visible on your blog, here are the steps to follow:
Click on ''Customize''
Click on ''edit HTML'' The theme code will then show up.
Find the following line in the theme code
{/block:Posts}
4. Insert the following code so that it looks like this:
{block:HasTags} {block:Tags} {Tag} {/block:Tags} {/block:HasTags}{/block:Posts}
Then refresh to be check if it works!
-Carina











