Skip to content

Instantly share code, notes, and snippets.

@inem
Created March 19, 2009 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inem/81875 to your computer and use it in GitHub Desktop.
Save inem/81875 to your computer and use it in GitHub Desktop.
You can use {TagsAsClasses} and tranform a tag in a CSS class:
A little example:
<div class="{TagsAsClasses}">....</div>
Add the tag test123 to a post and the relative output code will be:
<div class="test123">...</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment