Support

Account

Home Forums Add-ons Repeater Field Filter through repeater rows by meta field value Reply To: Filter through repeater rows by meta field value

  • Add a field to the row identifying which year it belongs to, then add a condition in your loop checking this field against the current year being displayed.

    Or if you already know which rows you want based on other criteria, then you won’t need the extra field, just a conditional check at each iteration of your loop.

    If you need to know which row you’re currently on, you can use get_row_index() to obtain its index.