Support

Account

Home Forums ACF PRO Repeater has_rows is false after a while loop Reply To: Repeater has_rows is false after a while loop

  • I tried adding
    <?php endwhile; $my_query->reset_postdata(); ?>
    but this didn’t help. I’m not very familiar with WP, but maybe i should try
    <?php endwhile; wp_reset_postdata(); ?>
    instead. Please correct me if i’m doing something wrong 🙂