diff --git a/extensions/population-method-posts/class-fw-extension-population-method-posts.php b/extensions/population-method-posts/class-fw-extension-population-method-posts.php index c396c75..71fd11e 100644 --- a/extensions/population-method-posts/class-fw-extension-population-method-posts.php +++ b/extensions/population-method-posts/class-fw-extension-population-method-posts.php @@ -76,6 +76,7 @@ private function get_posts($post_type) 'post_type' => $post_type, 'post_status' => 'publish', 'meta_key' => '_thumbnail_id', + 'nopaging' => true )); }