Does Low Events honour 'sticky' entries?
Our client wants to stick a couple of 'featured' events to the top of the event listings. However I can't seem to get Low Events to honour the 'sticky' feature within EE. Am I doing something wrong?
{exp:low_events:entries channel="events" show_active="yes" show_passed="no" limit="10" status="Open" paginate="bottom" disable="member_data"}
Hope you can help.
Thanks,
Gary
Replies
Low 6 Aug 2012 16:20
Hi Gary,
Indeed, if no orderby="" parameter is given, the sticky entries are ignored. However, you can work around this by adding orderby="event_dates" sort="asc" to the tag (where event_dates is the short name of the Low Events field).
Gary Crane 6 Aug 2012 18:30
Beautiful. That works perfectly.
Thanks Low.
Hendrik-Jan Francke 1 Feb 2013 14:06
Thanks!