diff --git a/www/wp-content/themes/ation2016/page.php b/www/wp-content/themes/ation2016/page.php index 2ed1c4d..847553d 100755 --- a/www/wp-content/themes/ation2016/page.php +++ b/www/wp-content/themes/ation2016/page.php @@ -45,7 +45,7 @@ $context['services'] = Timber::get_terms('service'); $proj_args = array( 'post_type' => 'project', - 'posts_per_page' => 10, + 'posts_per_page' => -1, ); $context['projects'] = Timber::get_posts( $proj_args ); }