Try editing functions.php
Lines 372 and 376 – you’ll find “Read More” – you can change it there.
Be sure to save a copy of this (functions.php) before you edit it in case you make a mistake, etc, and you can get back to the original.
In functions.php from line 371 on, it’ll look like this
if( is_home() && ‘content_display’ == $options[ ‘blog_display_type’ ] ) {
the_content( ‘Read More’ );
}
else {
the_excerpt();
echo ‘‘.__( ‘Read More’, ‘cleanretina’ ).’‘;
[please mark any posted code to keep it uncorrupted – http://codex.wordpress.org/Forum_Welcome#Posting_Code ]
hi there,
Thanks a lot for the answer. Unfortunatelly I didn’t find in functions.php the code. I will be looking more, for the moment i an on a vacation. Maybe I have another version of the theme, but I am pretty sure I updated to the latest version.
Again, thanks for the quick answer.
Couldn’t find anything related to the “read more” button in functions.php either. My website is in portuguese; besides this button, I managed to translate everything else.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I dont see the need to create an additional thread to discuss the same issue.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You can discuss forum policy on the miscellaneous forum. In the meantime, create your own thread.