Support

Account

Home Forums Add-ons Repeater Field Using a repeater field in a for loop Reply To: Using a repeater field in a for loop

  • Hi John,

    Problem solved! I needed to change this line:

    $rating = the_sub_field('star_rating');

    To this:

    $rating = get_sub_field('star_rating');

    Thank you very much for your help regardless!