3, 'post_type' => 'post', 'orderby' => $anews_ibox['anews_home_ibox_orderby'], 'tax_query' => array( array( 'taxonomy' => 'category', 'field' => 'term_id', 'terms' => $anews_ibox['anews_home_ibox_cat'], ) ), )); ?>
have_posts() ): $p->the_post(); $anews_current_index = $p->current_post+1; $anews_cols = ($anews_current_index % 5 == 1) ? 'full-width' : 'list'; ?>