Skip to content

Instantly share code, notes, and snippets.

@fortybelowzero
Created September 18, 2018 13:46
Show Gist options
  • Save fortybelowzero/e613d0666de9b1d124e138f4c5078465 to your computer and use it in GitHub Desktop.
Save fortybelowzero/e613d0666de9b1d124e138f4c5078465 to your computer and use it in GitHub Desktop.
ExpressionEngine cookbook

Tag Parsing

If you want to embed a tag within a tag, expression-engine won't resolve the inner tag unless you add parse="inward" within the parent tag (adding this will cause a slight processing overhead so only use when needed) eg:

{exp:channel:entries parse="inward" parameter="{exp:plugin:method parameter='value'}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment