Hi I've looked everywhere but cant seem to find where to edit/remove the copyright notice - Replete e-Commerce Theme by Kriesi. Please help? Thanks.
Copyright notice
6 posts from 4 voices-
Posted 5 months ago #
-
Hello,
Open footer.php and find this code
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://www.kriesi.at'>Replete e-Commerce Theme by Kriesi</a>");Regards,
IsmaelPosted 5 months ago # -
Hi, i tried to remove that. and now i have an error that says this: Parse error: syntax error, unexpected '<' in /home/httpd/vhosts/bevlogenverf.nl/httpdocs/webshop/wp-content/themes/replete/footer.php on line 79
and the website looks messed up. where can i find the good footer?
Posted 4 months ago # -
Hi bevlogenverf,
You should find it in wp-content/themes/replete/footer.php. Try to add the code you have removed and place it below:
// you can filter and remove the backlink with an add_filter function // from your themes (or child themes) functions.php file if you dont want to edit this file // you can also just keep that link. I really do appreciate it ;)If the error disappears, try to replace:
$kriesi_at_backlink = apply_filters("kriesi_backlink", " - <a href='http://www.kriesi.at'>Replete e-Commerce Theme by Kriesi</a>");
with:
$kriesi_at_backlink = '';
That's two single quotes. Hope this helps.Regards,
IsmaelPosted 4 months ago # -
worked. you guys rock. i was nervous hahaha, now happy :) thx man
Posted 4 months ago # -
Glad Ismael could help :)
Regards,
Devin
Posted 4 months ago #
Topic Closed
This topic has been closed to new replies.














