Thanks. That removed the button, but content is still split. I’m a novice at PHP, but it looks like the split for ‘read more’ is in template-parts/post/content.php, but I can’t figure it out… and I may be completely wrong. I say that because I saw this statement there:
if(!is_single() && !is_page()) the_excerpt();
else the_content( sprintf(
__( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'creativeily' ),
get_the_title()
) );
Your help will be appreciated. Thanks again.