I'm writing a theme plugin that needs to take input from a template variable, but it doesn't seem to be working. I'm trying something like this:
Code
<!--[newplugin x=1 y=2 z=$var1.item2]-->
or
<!--[newplugin x=1 y=2 z=<!--[$var1.item2]-->]-->
or
<!--[newplugin x=1 y=2 z=<!--[$var1.item2]-->]-->
It's not working. Is there a correct method or am I out of luck?
