Alexander Quesada
October 5, 2015 at 10:23 am
Hello,
I was wondering if there was an easy way to change the order of the Table View events. For example, right now I have 4 events up:
Event 1
Event 2
Event 3
Event 4
But I would like it to be:
Event 4
Event 1
Event 2
Event 3
Thanks!
Lorenzo Orlando Caum
October 5, 2015 at 12:26 pm
Add New Note to this Reply
Hi Alexander, a custom sort option on a per-event basis is not available at this time. However, there are some options for sorting that could be used to change the default sort by:
https://eventespresso.com/wiki/events-table-view-template-add-on/#usage
Could you share a link to the page that has the events table view template so we can share some suggestions?
—
Lorenzo
Alexander Quesada
October 16, 2015 at 9:27 am
Add New Note to this Reply
Sure, here is a link to my table:
http://prestigemedical.org/enrollment-page/
Even if it defaults to alphabetical order, I wouldn’t mind that..
Lorenzo Orlando Caum
October 16, 2015 at 10:50 am
Add New Note to this Reply
Alright, so it should not order by the start date?
Could you reply with the shortcode that is in use on that page?
Thanks
—
Lorenzo
Alexander Quesada
October 16, 2015 at 11:12 am
Add New Note to this Reply
I am using:
[ESPRESSO_EVENTS_TABLE_TEMPLATE sort=”ASC”]
But it isnt sorting the names
Lorenzo Orlando Caum
October 16, 2015 at 11:54 am
Add New Note to this Reply
Thanks. Could you try this instead?
[ESPRESSO_EVENTS_TABLE_TEMPLATE sort=”ASC” order_by=”false”]
—
Lorenzo
Alexander Quesada
October 16, 2015 at 12:02 pm
Add New Note to this Reply
When I used that it didn’t work at all.
I removed the last ” to be:
[ESPRESSO_EVENTS_TABLE_TEMPLATE sort=”ASC” order_by=”false]
That shows my table again, however, it is still not sorted.
http://prestigemedical.org/enrollment-page/
Josh
October 16, 2015 at 1:58 pm
Add New Note to this Reply
It turns out order_by=”false” is invalid.
[ESPRESSO_EVENTS_TABLE_TEMPLATE order_by="event_name"]
will order the events by event name, a-z.
Alexander Quesada
October 21, 2015 at 9:56 am
Add New Note to this Reply
That worked, thanks!