A nested Channel Images item causes sorting to not work?
Hello,
I've spent a few hours on this and just can't seem to figure this out..
When I have a nested Channel Images channel, no entries are written to the screen. But when there is a plain image field everything shows and the sort order is correct.
My code is posted below - any clues or tips as to why?
Can the channel images module work with the low reorder plugin?
I tried to change the dynamic setting to yes but that made no difference.
{exp:low_reorder:entries channel="homepage_slider" set="10" orderby="low_reorder_field" sort="asc" dynamic="no" disable="categories|member_data|pagination"}
{exp:channel_images:images field="homeslider_image" limit="1" entry_id="{entry_id}"}
{/exp:channel_images:images}
{/exp:low_reorder:entries}
Many thanks,
Natacha
Replies
Low 2 Nov 2012 10:17
Hi Natacha,
What happens if you switch the low_reorder:entries tag with a channel:entries tag? Does the same problem occur?