Skip to content
Discussion options

You must be logged in to vote

I’ve just added a new configuration template. Here’s the default setup, which mirrors the current tag output:

Tags format: <<[
[tag:begin]<a class="tag" href="$tag_location">$tag</a>[tag:end]
]>>

This uses the same special template format thing that is already in place with Recent posts format, Post list format, and Search results format. You can effectively create any template you’d like for tags output, and then anything between [tag:begin] and [tag:end] will be repeated for however many tags the post has. The variables here are $tag_location (which is comprised of the tag path and tag slug) and $tag which is the actual tag text itself.

So, in your case, you can do this:

Tags format: <…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bixfrankonis
Comment options

Answer selected by bixfrankonis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
weblog About weblogs
2 participants