Sorry. what I did was I took these lines `if ( get_the_title() != ” ) echo ‘<h2 class=”entry-title”>’. get_the_title().'</h2>’;
if ( get_the_excerpt() != ” ) echo ‘<div class=”excerpt”>’ . get_the_excerpt() .'</div>’;`
and put // in front of both of them. // just makes it so that those lines of code aren’t read. You could just delete them as well.