I have created multiple events for a single day for students to register for. I missed a time frame which cause the 12:30 time slot to be out of order and show up at the end. Is there a way to fix this?
The ID of an event is auto_incremented as the rows are added to the database which means you cant manually change them without doing so directly within the database (we advise against editing the database directly)
Have you set the event time to the correct time for each of those events?
If the start time for each event is set to the correct time, like this – http://take.ms/PgLCo
Then you can order the list by start_time to change the order.
Your using the EVENT_LIST shortcode for those events so it would look something like this:
(Note the event_category_id will be different for your event)
Note this will only work if you are using the category for a single set of events. Any event set to use the category you are using will be sorted by start time on that list.
The support post ‘Changing ID number’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.