<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?><?php the_content("Read More..."); ?><?php endwhile; ?><?php else : ?><?php endif; ?>