Footer Text Coding Help PLEASE! For WP Blog Theme

Discussion in 'WordPress' started by Sharp.Web, Jun 19, 2011.

  1. #1
    New blog here im trying to inbed this code in the footer.php - weird thing is i do not see the footer text their??? i want to add the codes below -- any HELP HERE???

    <p class="copyright">Powered by <a href="http://wordpress.org/">Wordpress</a> | <a href="http://remodelingoahu.com/">Home Remodeling Blog</a> theme by <a href="http://oahu-handyman.com/blog/">Home Remodeling Honolulu</a> <br>
    Copyright 2011. Free Remodeling News Subscriptions. All rights reserve
     
    Sharp.Web, Jun 19, 2011 IP
  2. rakesh kumar

    rakesh kumar Active Member

    Messages:
    393
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #2
    Check out the Copyright class inside your css file. Most probably it's property is set as hidden.
     
    rakesh kumar, Jun 19, 2011 IP
  3. Sharp.Web

    Sharp.Web Member

    Messages:
    374
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #3
    rakesh kumar - NOT THEIR? i looked at that area - no match?? hmmmmm
     
    Sharp.Web, Jun 19, 2011 IP
  4. ThemesAddict

    ThemesAddict Member

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #4
    currently what is there , is there a file called footer.php or not and please explain what you are not able to do
     
    ThemesAddict, Jun 19, 2011 IP
  5. Sharp.Web

    Sharp.Web Member

    Messages:
    374
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #5
    First off I mentioned that coding in the footer.php does not display ...... That means the footer display on theme is not located on that file.... I've never seen this type of coding behavior ... In my WP tenor........ HELP...
     
    Sharp.Web, Jun 19, 2011 IP
  6. MezaTech

    MezaTech Greenhorn

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    <p class="">Powered by <a href="http://wordpress.org/">Wordpress</a> | <a href="http://remodelingoahu.com/">Home Remodeling Blog</a> theme by <a href="http://oahu-handyman.com/blog/">Home Remodeling Honolulu</a> <br>
    Copyright 2011. Free Remodeling News Subscriptions. All rights reserve


    change it to


    <p class="hideme">Powered by <a href="http://wordpress.org/">Wordpress</a> | <a href="http://remodelingoahu.com/">Home Remodeling Blog</a> theme by <a href="http://oahu-handyman.com/blog/">Home Remodeling Honolulu</a> <br>
    Copyright 2011. Free Remodeling News Subscriptions. All rights reserve

    ===
    then in css

    .hideme { display:none; }
     
    MezaTech, Jun 19, 2011 IP
  7. harry.singh

    harry.singh Active Member

    Messages:
    38
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    98
    #7
    the code displaying on your site is coming from theme functions.php . The possibility is the functions file will be encrypted, which you have to decrypt to find the coding.
     
    harry.singh, Jun 27, 2011 IP
  8. Sharp.Web

    Sharp.Web Member

    Messages:
    374
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #8
    Got it guyz..... The mystery WP file happened to be WP plug in the admin panel:..... Thanks
     
    Sharp.Web, Jun 28, 2011 IP