From 7902982419a5d1f416046f6ea1631a6f691f0422 Mon Sep 17 00:00:00 2001 From: briankelleher Date: Wed, 27 Apr 2016 11:29:14 -0400 Subject: [PATCH] show all on work page --- www/wp-content/themes/ation2016/page.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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