Support

Account

Home Forums Add-ons Repeater Field event list ordered by repeater date Reply To: event list ordered by repeater date

  • Hi @taro09

    I’m afraid you need to use wpdb class for this case. This will allow you to query the repeater’s rows without looping through the posts. This page should give you more idea about it: https://www.advancedcustomfields.com/resources/querying-the-database-for-repeater-sub-field-values/.

    I hope this helps 🙂