Skip to content

Commit

Permalink
show all on work page
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Apr 27, 2016
1 parent 9abe3f1 commit 7902982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/wp-content/themes/ation2016/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7902982

Please sign in to comment.