Skip to content

Commit

Permalink
no limit on work thumbnails on services page
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Apr 27, 2016
1 parent 0d4ea0d commit e9c5f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/wp-content/themes/ation2016/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand Down

0 comments on commit e9c5f0d

Please sign in to comment.