Low Alphabet & CE Image
Hey there. I'm having an issue getting Low Alphabet to work with CE Image.
This does not work. It looks like {image} is not getting parsed before the ce_img tag.
{exp:low_alphabet:entries}
{exp:ce_img:single src="{image}"}
{/exp:low_alphabet:entries}
This works as expected....
{exp:channel:entries}
{exp:ce_img:single src="{image}"}
{/exp:channel:entries}
Ideas?
Replies
Low 6 Aug 2013 22:28
Use parse="inward" on the LA tag.
MatthewFordham 6 Aug 2013 22:30
That did it. Thanks!