3, 'post_type' => 'post', 'order' => esc_attr(get_theme_mod( 'anews_home_recent_post_order' )), 'tax_query' => array( array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => get_theme_mod( 'anews_home_recent_post_cat' ), ) ), )); }else{ $p = new \WP_Query( array( 'posts_per_page' => 3, 'post_type' => 'post', 'orde' => 'ASC', )); } ?> have_posts() ): $p->the_post();?>