Skip to content

Instantly share code, notes, and snippets.

@ijy
Created June 22, 2013 22:41
Show Gist options
  • Select an option

  • Save ijy/5842917 to your computer and use it in GitHub Desktop.

Select an option

Save ijy/5842917 to your computer and use it in GitHub Desktop.
How to pass in dynamic values to ExpressionEngine tag parameters. (How to use plugin tags inside EE tags). The two secret ingredients are parse="inward" to parse the dynamic inner tag first. The second is the 'random' keyword to ensure the dynamic parameter value is used instead of a placeholder string.
{exp:channel:entries parse="inward" parameter="{exp:plugin:method parameter='value' random}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment