Hi,
I would like to remove the link kriesi in the footer. I know you can do so by adding [nolink] but if I do that it won’t accept any link and I would like to be able to put another link.
How can I do that?
Kind regards,
Delphine
Hey Delphiine!
Please go to Appearance > Editor and open Footer.php file and search for following code
<?php echo $copyright . $kriesi_at_backlink; ?>
and change it to
<?php echo $copyright; ?>
Regards,
Yigit
thanks for this answer!
Kind regards,
Delphine.