1. I went to plug in page ,went to Post In Page and clicked on “edit”
2.I found and opened the file posts-in-page/posts_loop_template.php
3. I edited it to show content instead of Excerpt in this code at the top of that page
<!– This is the output of the EXCERPT –>
<div class=”entry-summary”>
<?php the_content(); ?>
</div>