Support

Account

Home Forums Add-ons Repeater Field Top Item of Repeater Field Not Showing Reply To: Top Item of Repeater Field Not Showing

  • I retained my code but moved my entire while loop out into the parent template and now it’s working and showing all my entries.

    I tried the have_rows and it doesn’t make a difference for me. Interestingly though, a var_dump shows that get_field() is actually returning all the rows, but the first row is disregarded once I enter the while loop.

    The documentation said something about it not working right if it’s inside an if block, but I don’t recall ever having this problem before.