diff --git a/archive-shows.php b/archive-shows.php index 17d9500..5a1e498 100644 --- a/archive-shows.php +++ b/archive-shows.php @@ -1,100 +1,100 @@

'shows', - 'posts_per_page' => 9, + 'posts_per_page' => 12, 'post_status' => 'publish', 'suppress_filters' => false, 'paged' => $paged, 'orderby' => array ( 'menu_order' => 'ASC', 'date' => 'DESC') ); /** * [$wp_query execution of the query] * @var WP_Query */ $wp_query = new WP_Query( $args ); if ( $wp_query->have_posts() ) : while ( $wp_query->have_posts() ) : $wp_query->the_post(); ?>
>

>