'post', 'posts_per_page'=>$promote_num_post, 'cat' => $category_show, 'orderby' => $post_order_by, 'order'=>'ASC', ); $wp_query = new WP_Query($promote_args); ?>
have_posts() ) : ?> have_posts() ) : $wp_query->the_post(); ?>
term_id ) ) . '" alt="' . esc_attr(sprintf( __( 'View all posts in %s','promote' ), $category->name ) ) . '">' . esc_html( $category->name ) . '' . $separator; } echo trim( $output, $separator ); } ?>