$instance['rows'], 'cat'=>$cat, 'offset'=>$instance['offest'], 'order'=>'DESC' ); if($instance['order']=='rand') { $args['orderby']=$instance['order']; } if($instance['order']=='post_views') { $args['meta_key']= 'post_views'; $args['orderby']='meta_value_num'; } if($instance['order']=='comment_count') { $args['meta_key']= 'comment_count'; $args['orderby']='meta_value_num'; } if($instance['order']=='ID') { $args['orderby']='ID'; } // The Query $the_query = new WP_Query($args); // The Loop $c = 0; while($the_query->have_posts()): $c++; $the_query->the_post(); ?>