Support

Account

Home Forums ACF PRO if (have_rows()) not working Reply To: if (have_rows()) not working

  • I’m having the same issue as someone else in here.

    I have an options page with some fields that I want to display on the front-end of my website.

    When I use if ( have_rows('my_repeater', 'options') ) { nothing is returned.

    When I use get_field('my_repeater', 'options'), the only thing being returned is the number of rows.

    Has this issue been looked into yet?