Support

Account

Home Forums Front-end Issues Repeater – Page Link (Show ACF from that page) Reply To: Repeater – Page Link (Show ACF from that page)

  • Is this a typo in your code or just what you posted here

    
    get_the_field('background_image, $post_id');
    

    should be

    
    get_the_field('background_image', $post_id);