Question about order with low reorder
Hello,
I have "inherited" a site created with Expression Engine. Looking into the code I've seen that the searches are using this Add-on:
{exp:low_reorder:entries set="5" category="8" dynamic="no" show_expired="no" disable="member_data|pagination"}
However the results are ordered by ID being the last created ID the one which appears on the first position in the result list. How could I get the results ordered by 'Product date from' instead?
Thanks for your help
Replies
Low 26 Nov 2013 13:33
The low_reorder:entries tag will display entries that are put in order by the user, using the module's interface in the CP. If new entries appear on the top, that's a setting defined in Reorder Set #8's properties (also in the CP).
If you want to order entries by anything other than this custom order, just use the native channel:entries tag. Both Entries tags are interchangeable.
Barambambu 26 Nov 2013 14:29
Thanks!