Hi,
I have been looking for the code to change the Read more labels on the homepage.
But I cannot find the location of the php-file which include this.
Cheers
Hi,
I have been looking for the code to change the Read more labels on the homepage.
But I cannot find the location of the php-file which include this.
Cheers
Hey,
you can change the labels using this. You simply find :
the_content('Read more');
in whichever part of the theme you want and you change the text.
To change the read more of the 4 columns on the homepage that come standard you'd go in cleancut\framework\classes\kclass_display_box.php and change the following:
echo '<a href="'.get_permalink().'" class="more-link">Read more</a>';
It really depends on where the Read More is used.
Hi Chris,
I already changed a lot of the Read more ... but I missed this file.
Thanks for your support!
Glad I could help :)
You must log in to post.