Hi! I'm using/still working on adding your Exo theme, and I just wondered if you have any code to unblock the tags from not showing on the permalink page? I assume it's done on purpose but is there a way to let the tags show? Thank you so much!♥
Look for this code:
{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}
{/block:PermalinkPage}
And put this code after the {/block:caption}
<br>{block:HasTags}{block:Tags}<b>Tags:</b> <a href=”{TagURL}”>#{Tag}</a> {/block:Tags} {/block:HasTags}