Support

Account

Home Forums Front-end Issues beginner question (acf dont show on frontpage) Reply To: beginner question (acf dont show on frontpage)

  • Hi @royroy2

    Based on your location rule, your field group is assigned to a page with the ID of “81”. In this case, you should be able to use the following code:

    <?php if( have_rows('repeater_slides', 81) ): ?>
        <?php while( have_rows('repeater_slides', 81) ): the_row(); ?>

    I hope this helps 🙂