Tagged: backlink
Hi There,
I just removed the Kriesi backlink by request of my “client”, by including [nolink] in Enfold admin area. But now I need to insert a backlink of other webs owned by him. How to do without causing any trouble to socket?
Regards
Hi tonidecastro!
Please go to Appearance > Editor and open Footer.php file and find
$kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN."_initial_version"));
and change it to
$kriesi_at_backlink = "<a href='http://kriesi.at'> your custom text</a>";
Best regards,
Yigit
This works, but every time I update the theme it changes back to Kriesi. How can I prevent this happening?
Hi,
Please try the following:
[nolink] <a href="http://site.com">Link text</a>
Best regards,
Rikard
Thank you for the reply Rikard, will see if that stays after the next update.