• how to get a value from repeater field inside a button?

    acf repeater:
    CART
    -> cart-id
    -> cart-name
    -> cart-image

    I included in Enhanced Message:

    <a href="/wp-content/themes/bootstrap-basic/img/<?php echo get_sub_field('cart-image');?>" target="_blank" class="acf-button">Download</a>

  • The topic ‘get repeater field’ is closed to new replies.