Add all post types to experience view

This commit is contained in:
Ben Goldsworthy 2021-02-28 09:33:40 +00:00
parent 53fe8a42fb
commit 967a1ea2e0
3 changed files with 23 additions and 7 deletions

View file

@ -199,7 +199,7 @@
</div>
</section>
<?php
$page_order = array( 'post', 'website', 'program', 'writing', 'video', 'other' );
$page_order = array( 'post', 'website', 'program', 'writing', 'audiovisual', 'other' );
foreach ( $page_order as $current_section ) {
$args['post_type'] = array( $current_section );
$i = 0;