Tagged: change text
Hey guys!
How can I change the text of the read more bottons that appear in the blog?
Thank you so much!
Hey Meri,
Please add following code to Functions.php file in Appearance > Editor
function modify_read_more_link() {
return '<a class="more-link" href="' . get_permalink() . '">Your Read More Link Text</a>';
}
add_filter( 'the_content_more_link', 'modify_read_more_link' );
Best regards,
Yigit
Thank you Yigit!
Unfortunately I didn’t work. Do you know why?
Thank you!
Hey!
Can you please post a link to your website?
We might need temporary admin logins as well. If you do not mind, please attach them in private content field
Cheers!
Yigit
Of course!
Thank you so much!
Hey!
It seems like you would like to translate the strings to Catalan. Please use this free software – poedit.net and edit language files in wp-content/themes/enfold/lang folder. Catalan is not available at the moment, you can simply copy the closest language (Spanish maybe?) and name it ca-ES and translate the theme as needed.
Regards,
Yigit