5, 'post_type' => 'post', 'orderby' => esc_attr(get_theme_mod( 'anews_home_most_view_order' )), 'tax_query' => array( array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => get_theme_mod( 'anews_home_most_view_cat' ), ) ), )); ?> have_posts() ): $p->the_post(); $anews_current_index = $p->current_post+1; $anews_cols = ($anews_current_index % 5 == 1) ? 'col-md-12 col-lg-12 full color2' : 'col-md-6 col-lg-6 small-list color4'; ?>
4, 'post_type' => 'post', 'orderby' => esc_attr(get_theme_mod( 'anews_home_most_recent_order' )), 'tax_query' => array( array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => get_theme_mod( 'anews_home_most_recent_cat' ), ) ), )); while ( $p->have_posts() ): $p->the_post(); ?>