'give_forms', 'posts_per_page' => '3', ) ; $the_query = new WP_Query( $args ); while ( $the_query -> have_posts() ) : $the_query -> the_post() ; global $post ; $postid = $post->ID ; ?>

'post', 'posts_per_page' => '2', ); $the_query = new WP_Query( $args ) ; // Start our WP Query while ( $the_query -> have_posts() ) : $the_query -> the_post() ; ?>