Question: How can I use ExpressionEngine tags in Entries
Answer:
The easiest way to do this is to use the allow ee code plugin. In the appropriate templates, surround the fields that may have EE tags in them with the plugin code, for example:
{exp:allow_eecode}
{body}
{extended}
{/exp:allow_eecode}
and then you can simply use the appropriate EE tags in those fields in your entries.
Category:Plugins
Category:Templates
Category:Entries
