Wygwam Low Var parsing problem
I can't seem to get a Low Var wygwam parsing properly. When I do {lv_var_name}, the output is fine, but when I do something like
{!-- {lv_home_what_list} --}
{exp:low_variables:parse var="lv_home_what_list"}
<!-- // .intro__sub -->
it borks the template and won't parse the closing div. Not sure if it's the fact that Wygwam is linking to a Structure page, but given using the parse syntax I wouldn't have thought it would have been mattered.
Using EE 2.7.2 - any insight would be great.
Thanks,
S
Replies
Low 17 Dec 2013 15:06
Do you have multiple :parse tags on the page? If so, try using the low_variables:single tag instead.
stevieg_83 17 Dec 2013 15:12
sweet! just the trick.