Add all post types to experience view
This commit is contained in:
parent
53fe8a42fb
commit
967a1ea2e0
3 changed files with 23 additions and 7 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue