Order by Day and Category, Events Calendar

Home Forums Calendar Products Events Calendar PRO Order by Day and Category, Events Calendar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1141361
    dualwerk
    Participant

    I’d like to order my events first by day, than by category.

    Reason: I have a category “featured”. That means: Within one day, the “featured” events should come first, then all other events from that day. After that: the next day with the featured events, than all other events with are not featured. And so on…

    Could you please help my with this? Thank you very much.

    PS: http://www.terminfabrik.events/events/

    #1141626
    Brook
    Participant

    Howdy Dualwerk,

    I would love to help you with this. It’s going to be a bit complicated to do what you want, due to the fact that will involve directly editing the SQL of a bunch of WP_Queries.  But it’s doable if you’re comfortable modifying such things.

    The first thing I would do if checkout Tribe__Events__Query::posts_orderby() . This function is attached to the ‘posts_orderby’ filter in WordPress, and it does all of the ordering for our event queries. You could build your own function in the same faction and attach it to the same filter, then insert or modifying any of the SQL sorting logic to do as you please.

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

    #1150056
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Order by Day and Category, Events Calendar’ is closed to new replies.