'news', 'posts_per_page' => -1 ) ); // set $more to 0 in order to only get the first part of the post global $more; $more = 0; // the Loop while (have_posts()) : the_post(); endwhile; ?>