diff --git a/www/wp-content/themes/ation2016/page.php b/www/wp-content/themes/ation2016/page.php index 3cf05ee..2ed1c4d 100755 --- a/www/wp-content/themes/ation2016/page.php +++ b/www/wp-content/themes/ation2016/page.php @@ -33,9 +33,10 @@ $context['services'] = Timber::get_terms('service'); $work_args = array( 'post_type' => 'project', + 'posts_per_page' => -1 ); $context['work'] = Timber::get_posts( $work_args ); -} +} /* * Services Page