Read More button / customising the text
-
Hi, I would like to change the text of my ‘read more’ button in my Hanna wp theme. I have already found this code
function modify_read_more_link() {
return ‘Your Read More Link Text‘;
}
add_filter( ‘the_content_more_link’, ‘modify_read_more_link’ );
and put it into my functions.php file.
I have also change the text to ‘więcej’ in my language, saved it but it doesn’t overwrites it anyway.
I would appreciate if you walk me through this
Thank you
Mania http://www.intotheroots.pl -
Hello @maniaintotheroots,
It looks like you are using the self hosted version WordPress. The support forum for self hosted WordPress sites are here.
Read more about the differences between self hosted WordPress sites and WordPress.com sites here.
Regards,
Melbin Mathew -
Hello,
Please try by adding this code :
a.more-link, button {
background-color: gray;
}I am able to find it from Forum Itself
Thank you.
- The topic ‘Read More button / customising the text’ is closed to new replies.