Thanks! That was easy.
I feel a little daft for missing that one.
Works perfectly. Thank you. You also resolved another minor glitch that only showed up on the mobile version, so I must have been missing something small that was corrected in your coding.
Hope the vacation went well.
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.
Never mind, I got it. It //’ed out the two lines about get_the_title and get_the_excerpt. This solved it.
Thanks again for a great product!