Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #455448

    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!

    #455452

    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’ )
    {

    ?>

    #455805

    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

    #456847
    This reply has been marked as private.
    #456872

    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

    #456903
    This reply has been marked as private.
    #456946
    This reply has been marked as private.
    #456994

    Hi!

    Check it now, the socket backlink shouldn’t appear now.

    Cheers!
    Josue

    #457926
    This reply has been marked as private.
    #458063

    Corrected the [nolink] tag, was [no link].

    Best regards,
    Josue

    #458184
    This reply has been marked as private.
    #458189

    Hi!

    Let us know if we could do anything else for you. I am closing that topic now.

    Regards,
    Basilis

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘delete theme info in socket / copyright’ is closed to new replies.