Support

Account

Home Forums Add-ons Repeater Field Query posts with ACF values from a subfield Reply To: Query posts with ACF values from a subfield

  • $documents = get_posts(array(
    ‘post_type’ => ‘document’,
    ‘posts_per_page’ => -1, //add this line