Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1370827

    Hi, just a quick question regarding the copyright at the bottom of each page.
    I’ve entered my information but the following text is added: – Enfold WordPress Theme by Kriesi
    No offense intended but how can I remove this?
    Thanks,
    Len

    • This topic was modified 2 years ago by swurban.
    #1370835

    Hey swurban,
    To remove the backlink enter [nolink] into the copyright field.
    Please see our documentation for more information about this solution.

    Best regards,
    Mike

    #1370842

    Thanks again! You have made this so easy … you all deserve a lot of credit.

    #1370856

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1370874

    Thanks! I’m good – we can close it.

    #1370886

    one thing to mention – you can remove it – or you can create your own backlink text:

    function my_own_backlink($link){
      $no = "rel='nofollow'";
      $backlink_url = 'Backlink URL';
      $theme_string = 'Custom Backlink Text'; 
      $link = " - <a {$no} href='{$backlink_url}'>{$theme_string}</a>";
      return $link;
    }
    add_filter( 'kriesi_backlink', 'my_own_backlink', 10, 1);
    #1370892

    Hi,
    Thanks for sharing Guenni007, this is a good tip that many may find useful.
    Glad we were able to help swurban, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Copyright text "- Enfold WordPress Theme by Kriesi – can this be removed?’ is closed to new replies.