I found several answers but they all didn’t work …
1. I can not delete the copyright – even with the addition “[no link]” in the copyright field
2. “To delete the copyright text open up footer.php and delete this code
WordPress Theme by Kriesi.at”
There is another code in my footer.php -> so I can’t delete this code!
Alternatives?
Greetz from Düsseldorf!
This is the code in my footer.php:
//copyright
$copyright = do_shortcode( avia_get_option(‘copyright’, “© “.__(‘Copyright’,’avia_framework’).” – “.get_bloginfo(‘name’).”“) );
// you can filter and remove the backlink with an add_filter function
// from your themes (or child themes) functions.php file if you dont want to edit this file
// you can also just keep that link. I really do appreciate it ;)
$kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN.”_initial_version”));
//you can also remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area
if($copyright && strpos($copyright, ‘[nolink]’) !== false)
{
$kriesi_at_backlink = “”;
$copyright = str_replace(“[nolink]”,””,$copyright);
}
if( $footer_widget_setting != ‘nosocket’ )
{
?>
Hi!
[nolink] should work, please hand us a WordPress admin account if you want us to have a look on your install.
Best regards,
Josue
Hey!
You can use (Email address hidden if logged out) but please post login credentials here privately so any available moderator can look into it
Best regards,
Yigit
Hi!
Check it now, the socket backlink shouldn’t appear now.
Cheers!
Josue
Corrected the [nolink] tag, was [no link].
Best regards,
Josue
Hi!
Let us know if we could do anything else for you. I am closing that topic now.
Regards,
Basilis