Tag 1.1 Tags from Field

This function is useful if you are not allowing users to tag the weblog entries of other users using the exp:tag:form function. This function is like the exp:tag:tags function except that it will perform faster, as it only parses the contents of an entry's tags field rather than finding tags from the Tag module database.

Variable Pairs

This function allows you to improve page performance by serving the contents of one of your custom fields as a list of tags. Bad tags will be removed from the list and the list will be ordered alphabetically. See example below.

format

{format}{tag}{/format}

Place the output formatting you want inside the 'format' tag pair. Two variables are available within the tag pair. Those variables are {tag} and {websafe_tag}. See example below.

Conditionals

You can use conditionals on the tag variables.

Examples

{exp:tag:tags_from_field}
{your_custom_field}
{format}<a href="/template/{websafe_tag}/">{tag}</a>{/format}
{/exp:tag:tags_from_field}