Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #182994

    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

    #183000

    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

    #184723

    thanks for this answer!

    Kind regards,

    Delphine.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘remove kriesi link in footer but allowing another link’ is closed to new replies.