Support

Account

Home Forums General Issues Can't output repeated fields? Reply To: Can't output repeated fields?

  • Hi John,

    My apologies so, I’m attempting to display three different slides, each slide can display 3 different products. I’m currently not calling any subfields. I’m just calling the parent fields which are the following.

    $featuredProductSlide = get_field('featured_products_repeater');
    
    $featuredBestSellerSlide = get_field('best_selling_products_repeater');

    Maybe there’s a resource link to help me understand this better? -I feel like I’m way off now. Ha!