• Hi, I use the footer options of the graphene theme and I do not understand why my copyright text (as well as the keyword “copyright” above) in the footer section are both linked to a website. I asked for this link somewhere else in my site but not here. Do you have an idea for disabling this unwanted link?
    Thanks.

    http://wordpress.org/extend/themes/graphene/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The word “Copyright” should not be linked to anything. The actual copyright text is whatever you enter at Graphene Options >> General Options >> Footer Options >> “Copyright Text”

    Have you been editing theme files?

    Please post a link and we can take a look.

    Thread Starter gefleury

    (@gefleury)

    Thank you for your reply. I cannot post a link to my website because I’m now only making tests and it works only locally on my PC.

    As you said, I used Graphene Options >> General Options >> Footer Options >> “Copyright Text” to enter my text but actually, since I did not want to write a copyright text but some contact section, I replaced in the file footer.php, the word “Copyright” by the word “Contact”. I also modified top-margin and min-height in the CSS file (from the “editor”) to make the black footer a bit smaller. Then it looked fine, except the fact that some links had appeared as explained in my previous post. So I decided to come back to the default file footer.php to see if the error disappears but actually it is still there. It seems that I introduced a bug with my modifications and now, even if I come back to the default version, the bug remains.
    Thanks for your help.

    You can post a copy of your footer.php file on pastebin.com and then post a link here.

    Ok. I got this from the Support forums.

    function graphene_remove_credit(){
       global $graphene_settings;
       $graphene_settings['disable_credit'] = true;
    }
    add_action( 'template_redirect', 'graphene_remove_credit' );

    Post that in your child themes functions.php and it will the the “right side” of the copyright-footer section with the exception to the “Go to Top” link.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Graphene] Links in the copyright section’ is closed to new replies.