I can't see how to remove the read more buttons. I read the previous topic reguarding this and it said to go to the folder framework/classes/kclass_display_box.php, but I do not see this anywhere.
Could I get some more clarification on this?
Thanks!
I can't see how to remove the read more buttons. I read the previous topic reguarding this and it said to go to the folder framework/classes/kclass_display_box.php, but I do not see this anywhere.
Could I get some more clarification on this?
Thanks!
Hey,
you must use a ftp software like Filezilla to connect to your server/file directory. Navigate to your wordpress main folder. Then go to wp-content > themes > cleancut > framework > classes and download "kclass_display_box.php". Open it up, delete following code:
echo '<a href="'.get_permalink().'" class="more-link">Read more</a>';
and upload the modified file again. I hope that helps :)
This didn't work for me.
I went into "template_portfolio.php"
And deleted:
echo "".__('Read more','cleancut')."";
Then it worked
It depends on which read more buttons you want to remove. The solution I posted above works for the frontpage columns. Obviously your change will remove the read more buttons on portfolio pages :)
Do you know which codes to remove for the homepage on Display. I'd like to remove the read more buttons on my homepage as well. Thanks.
Hey,
open up kclass_display_box.php located in cleancut > framework > classes and remove following code:
echo '<a href="'.get_permalink().'" class="more-link">Read more</a>';You must log in to post.