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.
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):
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.
. 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.
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.
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....