Support

Account

Home Forums Add-ons Repeater Field How do I only show future events? Reply To: How do I only show future events?

  • @arjen_m Are you using a field named “start_date” in ACF? For my code, the argument looks in that field to see if the date falls between today’s date and 12 months from now. If it is not called “start_date” you will need to change the following to whatever your field is called.

    ‘meta_key’ => ‘start_date’,