'post', 'orderby' => $order, 'paged' => false, 'posts_per_page' => $count, 'ignore_sticky_posts' => true ); $custom_query = new WP_Query( apply_filters( 'pagelines_foundation_splash_posts_filter', $args ) ); add_filter( 'excerpt_length', 'pagelines_foundation_splash_posts_excerpt', 99999 ); // The Loop if ( $custom_query->have_posts() ) { $cnt = 0; while ( $custom_query->have_posts() ) { $custom_query->the_post(); $comment_count = wp_count_comments( $post->ID ); $no_comments = ( $comment_count->approved == 0 ) ? 'no-comments' : ''; ?>