intval($blogtoShow), 'post_status'=>'publish', 'post_type'=>'post', 'orderby'=>'date', 'ignore_sticky_posts' => true ); $the_query = new WP_Query( $args ); if ($the_query->have_posts()) : while( $the_query->have_posts() ) : $the_query->the_post(); ?> '; } ?> ', esc_url( get_permalink() ) ), '' ); ?>