How to remove the footer?

Discussion in 'WordPress' started by arunlogesh, May 10, 2010.

  1. #1
    Hai Friends,

    This is my website: www.revealtech.com
    I want to remove those "My Links" and "Else wheres" in my footer area.
    How to remove that?


    Thank you.
     
    arunlogesh, May 10, 2010 IP
  2. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #2
    Open the bottom.php file of the theme directory (notso_freshe) and delete these codes from it:

    
    <h2><?php _e("My"); ?><span><?php _e("Links"); ?></span></h2>
    <ul>
    <!-- You list something here but better make it no more than 10 items -->
    	<li><a href="" title="">You list something here - 01</a></li>
    	<li><a href="" title="">You list something here - 02</a></li>
    	<li><a href="" title="">You list something here - 03</a></li>
    	<li><a href="" title="">You list something here - 04</a></li>
    	<li><a href="" title="">You list something here - 05</a></li>
    	<li><a href="" title="">You list something here - 06</a></li>
    	<li><a href="" title="">You list something here - 07</a></li>
    	<li><a href="" title="">You list something here - 08</a></li>
    	<li><a href="" title="">You list something here - 09</a></li>
    	<li><a href="" title="">You list something here - 10</a></li>
    </ul>
    
    Code (markup):
    and

    
    <h2><?php _e("Else"); ?><span><?php _e("Wheres"); ?></span></h2>
    <ul>
    	<?php get_links('-1', '<li>', '</li>', '<br />', FALSE, 'rand', FALSE, FALSE, 10, TRUE); ?>
    </ul>
    
    Code (markup):
     
    s_ruben, May 11, 2010 IP
  3. sweetpaseo

    sweetpaseo Peon

    Messages:
    299
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Usually you can open the footer.php and find the code similar with <a href="http://www.domainname.com">Anchor link</a> and you can change or delete it.
     
    sweetpaseo, May 11, 2010 IP
  4. jaikanth12

    jaikanth12 Guest

    Messages:
    119
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    . to remove the footer
    give the css property "display:none;" there are many ways for removing the footer.but one of the way is by giving the CSS property display none.

    another way is go to back end ==> left hand side you will find "Widgets" disable this.
     
    jaikanth12, May 12, 2010 IP
  5. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #5
    Try adding links to yourblogroll through the dashboard. You currently don't have any links set up and it looks like this is the default setting for the theme.
    Many times a theme won't come together properly until you actually put some content on it. Right now, you don't have anything to display other than any default settings.
     
    hmansfield, May 12, 2010 IP
  6. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #6
    Post ur footer.php file code here or pm me i will do it
     
    Jalpari, May 13, 2010 IP
  7. janrames

    janrames Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    sometimes footer link are encrypted by java script or other, the purpose are "to say thanks to the theme creator". Just try to contact your theme creator then you can buy it and the theme will free from any link....
     
    janrames, May 16, 2010 IP