Support

Account

Home Forums ACF PRO Order CPT by Date Picker then by Time Picker Reply To: Order CPT by Date Picker then by Time Picker

  • The first query gets the dates picked in the posts and the second query compares all posts to the dates and lists all of the post that have picked that date, for example:
    July 10th, 2019

    • Post Name 1 – start time 7am
    • Post Name 2 – start time 8am
    • Post Name 3 – start time 9am

    July 11th, 2019

    • Post Name 4 – start time 6am
    • Post Name 5 – start time 9am
    • Post Name 6 – start time 11am

    That is what I need the code to do, but it is currently ordering it by published date/time.