I had found the page you mean.
on the page “content.php”:
Line 39 to 42:
`<?php if ( is_search() || is_home() || is_archive() || is_author()) : // Only display Excerpts for Search ?>
<div class=”entry-summary”>
<?php the_excerpt(); ?>
</div><!– .entry-summary –>`
When I remove this code in an attempt to have the automatic “Read More” removed, it does not show any Blog Posts anymore, just the Header.
KS