'post', 'post_status' => 'publish', 'cat' => '67', 'posts_per_page' => 5, 'paged' => $paged, ); $arr_posts = new WP_Query( $args ); if ( $arr_posts->have_posts() ) : while ( $arr_posts->have_posts() ) : $arr_posts->the_post(); ?> // this is my standard page, which displays subtitle fine