3, 'post_type' => 'post', 'orderby' => 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' ), ) ), )); ?> have_posts() ): $p->the_post();?>