Support

Account

Home Forums ACF PRO Get flexible content Reply To: Get flexible content

  • Is this inside “The Loop”

    
    // i.e.
    if (have_posts()) {
      while(have_posts()) {
        the_post();
        // your repeater loop here
      }
    }