I would love to see the "filed under tags" beneath my individual posts. In my (slightly customized) Paramaibo theme they only show on the homepage. Does anyone have tips or a tutorial on how to achieve this?
Page 1 of 1
Filed under tags beneath individual posts
#2
Posted 27 July 2010 - 03:35 PM
Hmm, ya know what? That actually looks like an oversight when I originally coded that theme. Whoops!
Look for this block (toward the bottom):
and change the block:List part to block:ShowOrList in two places, at the top and bottom. So:
Look for this block (toward the bottom):
{block:List}
{block:TagList}
<div class="tagsbar">
Filed under //
{block:TagListing}
<a href="{TagLink}" style="color: #676767">{TagName}</a>
{/block:TagListing}
</div>
{/block:TagList}
{/block:List}and change the block:List part to block:ShowOrList in two places, at the top and bottom. So:
{block:ShowOrList}
{block:TagList}
<div class="tagsbar">
Filed under //
{block:TagListing}
<a href="{TagLink}" style="color: #676767">{TagName}</a>
{/block:TagListing}
</div>
{/block:TagList}
{/block:ShowOrList}
Share this topic:
Page 1 of 1

Help











