", the_title(), ""; } $params = array( array('post_type'=>'post', 'post_status'=>'publish', 'posts_per_page'=>-1), 'tax_query' => array( array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-aside', 'post-format-audio', 'post-format-chat', 'post-format-gallery', 'post-format-image', 'post-format-link', 'post-format-quote', 'post-format-status', 'post-format-video' ), 'operator' => 'NOT IN' ) ) ); $wpb_all_query = new WP_Query($params); ?> have_posts() ) : ?>