1, 'post_type' => 'post' ]; $query = new WP_Query( $args ); if ( $query->have_posts() ) { while ( $query->have_posts() ) { $query->the_post(); Ts_Tags::slider_image(); Ts_Tags::category_post(); ?>