Support

Account

Home Forums Add-ons Repeater Field Repeater Field Reply To: Repeater Field

  • Also, is this within a loop? I am not sure your post ID is valid, I’d try:

    <?php $festa = get_field('musicians_events'); ?>

    or

    <?php $festa = get_field('musicians_events', get_the_ID()); ?>