Created
June 22, 2013 22:41
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {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