I managed to fix it. Took editing the content.php page to remove the splitting.
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.
UPDATE: I tried updating content.php, but I’m having trouble getting it to work. Any tip will be welcome. Thank you.
-
This reply was modified 5 years, 6 months ago by davidsk.