I want to move the all day events to the bottom of the calendar, day, list views

Home Forums Calendar Products Events Calendar PRO I want to move the all day events to the bottom of the calendar, day, list views

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1357640
    Valdis Zeltins
    Participant

    How to change the order of events in Day and Calendar view so that the “all day” events are at the bottom of the list and the “one time only” events are at the top of the list.

    #1358610
    Cliff
    Member

    Hi, Valdis.

    Please see this comment in the code for the expected order of events: https://github.com/moderntribe/the-events-calendar/blob/4.6/src/Tribe/Template/Month.php#L797

    Are you comfortable creating your own PHP snippets or would you need to hire a developer to accomplish this for you?

    Out of curiosity, would you mind sharing the use case reasoning for this request?

    #1358619
    Cliff
    Member

    If interested in custom coding (yourself or hiring it out), it might be helpful to draw your attention to the orderby => ‘post__in’ and referencing https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    I’m unsure how using the tribe_events_month_daily_events_query_args filter that’s there would be super simple to accomplish what you’re asking, but maybe using the filter hook as an action hook to setup some logic that fires on posts_results and re-orders them at that point might be one way to go about it.

    I’m afraid that’s all I can suggest for your request at this time. If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    #1368733
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘I want to move the all day events to the bottom of the calendar, day, list views’ is closed to new replies.