• Resolved samantha6hd

    (@samantha6hd)


    I’m having an issue where the events in the Future Event List on my page are in chronological order by date, but if 2+ events are on the same day, they do not show up in chronological order by start time. Here is the shortcode pasted below on the page:

    <?php echo do_shortcode(‘[events_list scope=”future” orderby=”event_start_date” order=”ASC” limit=”10″ pagination=”1″]’); ?>

    Am I missing a very simple solution here?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rita Kikani

    (@kikanirita)

    Hi @samantha6hd,

    To view events in sort by start time, you need to set below shortcode instead of you mention in above thread.

    <?php echo do_shortcode(‘[events_list scope=”future” orderby=”event_start_date_time” order=”ASC” limit=”10″ pagination=”1″]’); ?>

    I hope this will help you, if you have any further query then please let us know in this thread, we will help you.

    Thank you.

    Thread Starter samantha6hd

    (@samantha6hd)

    That didn’t seem to help as intended.

    If you check the page out now (https://athomeinalexandria.org/events/) you will see that the order almost looks random now in the list below the calendar. It’s not really in date or time order. It’s not in Alphabetical order even. Or in the publish order for when we created events. I can’t seem to understand the pattern it put events in with this new bit of code.

    Please advise if you have another solution.

    Plugin Author Rita Kikani

    (@kikanirita)

    Hi,

    We need to check in your site because I am seeing that there are many customization done by your end, so I am advising you to open support ticket on our site, our team will help you to resolve your issue or you can check the above shortcode given by me in another fresh setup.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Events List Not in Chronological Order by Start Time’ is closed to new replies.