1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how to remove footer link ( web hosting company link)

Discussion in 'WordPress' started by loosi007, Aug 22, 2011.

  1. #1
    asd.jpg


    Hi friends,

    How can i remove footer link in wordpress is given above image, that link is web hosting company link, i did not find that link footer.php and other files, if you know please suggest me.


    Thanks,
    anyshoppingdeals.com
     
    Last edited: Aug 22, 2011
    loosi007, Aug 22, 2011 IP
  2. aap

    aap Well-Known Member

    Messages:
    1,802
    Likes Received:
    39
    Best Answers:
    2
    Trophy Points:
    120
    #2
    Have you installed wordpress using fantastico / softaculous??

    change your wordpress theme. If link is common in all themes, then you will need to install wordpress using manual method.
     
    aap, Aug 22, 2011 IP
  3. waziuz

    waziuz Active Member

    Messages:
    783
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Where are you installing it. If it is a free theme, then it might be hardcoded in it and removing that would be unethical as well as difficult. If you are looking for a free theme then use one from the wordpress official repository as they are GPL and you can remove the link by editing the footer.
     
    waziuz, Aug 22, 2011 IP
  4. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,614
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #4
    You can remove it from wp-content/themes/twentyten/footer.php. I need to say your theme looks fishy.
     
    Big0ne, Aug 22, 2011 IP
  5. mccomf

    mccomf Active Member

    Messages:
    517
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #5
    Look into your footer.php and remove the link.If the footer is encrypted, you can’t change a thing.
    To remove encryption follow these steps.
    Step 1

    Locate and open index.php

    * Find the include code for the footer. The footer include code is usually like this: <?php get_footer(); ?>

    Step 2

    Add this comment code on the top and bottom of the footer code:

    <!-Wordpress footer code starts here–>
    <?php get_footer(); ?>
    <!-Wordpress footer code ends here–>

    Save the file and upload it to the server.

    Step 3

    Load the theme in a browser. View the source code by clicking

    View -> Source (If you view in IE) or Ctrl + U (If you view in Firefox)

    Step 4

    The source code in between <!- WordPress footer code starts here–> and <!-Wordpress footer code ends here–> is the source code for the footer.

    Now, all you need to do is open footer.php and replace the encrypted code from earlier with the actual source code.

    After this, you can then start to modify the footer to suit your own requirements.
     
    mccomf, Aug 22, 2011 IP
  6. loosi007

    loosi007 Member

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #6
    Hi thanks for your replies...

    that link not related to footer.php that link placed out of theme, how can i remove that link.....
     
    loosi007, Aug 22, 2011 IP
  7. navjotjsingh

    navjotjsingh Peon

    Messages:
    640
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Seems some plugin is adding it. Try disabling each plugin one by one and check your site. You can then know which plugin is adding the code. Try to find an alternative for that plugin.
     
    navjotjsingh, Aug 23, 2011 IP
  8. ajobjon

    ajobjon Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yes ! this link not related footer.php . i also fall this problem one of my site . i am using thesis theme . any solve here ?
     
    ajobjon, Aug 23, 2011 IP
  9. Bonaro

    Bonaro Peon

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    this is what i'm looking for.... thank you... :)
     
    Bonaro, Aug 23, 2011 IP