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
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
Thanks again! You have made this so easy … you all deserve a lot of credit.
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
Thanks! I’m good – we can close it.
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);
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