Old Nick submitted a new resource:
Clickable tags everywhere - Simple template modification to make tags clickable everywhere
Read more about this resource...
Clickable tags everywhere - Simple template modification to make tags clickable everywhere
With this simple template modification you can make tags clickable everywhere.
Intag_macros
template replace this part of code:
By:HTML:<xf:foreach loop="$tags" value="$tag"> <span class="tagItem tagItem--tag_{$tag.tag_url}" dir="auto"> {{ $highlightTerm ? highlight($tag.tag, $highlightTerm) : $tag.tag }} </span> </xf:foreach>
HTML:<xf:foreach loop="$tags" value="$tag"> <a href="/tags/{$tag.tag_url}"> <span class="tagItem...
Read more about this resource...