FREE* Remove Wordpress Theme footer links and Blogroll

Please help where do i need to put "Copyright 2013"
if i want it to appear in footer. please help i don't know how to code. this plugin completely remove all links and text from my site footer..
btw thanks for this plugin my site still looks better than before..
 
Last edited:
OP great job, also code something for encode links in php scripts.
 
can you help me how to completely remove this plugin? i already deactivated and deleted it but my site footer is still not appearing..
 
can you help me how to completely remove this plugin? i already deactivated and deleted it but my site footer is still not appearing..

If you deactivated and removed the plugin, then there's nothing I can do to help you
 
This is solid sir,

I wrote a simple line for sysops, you might enjoy this and could expand upon.

grep -lr --include=footer.php "<p id="copyright">" /www/wp-content/themes | xargs sed -i 's#<p id="copyright"><?php printf( __([^;]*; ?></p>##g'
 
I am a newbie so this might be a stupid question. But I am getting the following error..
Incompatible Archive. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

I used this plugin unfortunately, i have the same result as the above quoted
 
Hey,

possible to remove links from " smthemes " ??
after ur plugin came some bar on footer... how can i remove this?

ty
 
Wickedguy! I noticed you are the main man here when it comes to removing the bottom links... Here is my story:
I installed the Jellybean theme and adjusted it a little bit. Then I paid and activated it. All well so far... But a few days ago I removed some lines of code to prevent the theme to show duplicate "description" meta tags.
From that moment on you can see a very ugly red bar in the bottom of the screen, saying I have to return the links?

Trying to get in touch with the support of SMthemes trough email, twitter, support forum etc. etc. but they just don't reply....

Could you please help me?
my mail: blackhatworld pitwise n l

Much appreciated!!
Off course I am more then willing to make a donation in return.
 
It removes the entire footer, but if I wanted to insert
PHP:
©<?php echo date('Y'); ?> <?php bloginfo('name'); ?>
into the footer, would that be possible?

I tried putting it in
PHP:
$pattern='/<div class=\"footer\"(.*?)<\/body>/si';
if(preg_match($pattern,$html,$matches)){
$pat='/>(.*?)</si';
$match=preg_replace($pat,">  <",$matches[1]);
$patt='/<a href=[\"|\']?(.*?)[\"|\']>(.*?)<\/a>/si';
$match=preg_replace($patt, 'I TRIED PUTTING IT HERE',$match);
$html=preg_replace($pattern,"<div class=\"footer\"".$match."</body>",$html);
return $html;
here but I got a fatal error. I don't know php very well so sorry if I'm missing something obvious.
 
Hello, thanks for your work but for me the plugin doesn't work.:(
The footer is still there.
 
Hope this works for you!

PHP:
<?php
/*
Plugin Name: BlogRoll Remover
  
....
?>

Thanks man, your second version worked like charm on smtheme, removed "bad" part of the footer and left the "good" one intact :), big thanks and respect!
 
hi mr wickedguy. any chance you'd let me in on your little secret in removing the links from the footer of these smthemes. i appreciate the plugin that removes it, thanks a lot! would really like to get the commented out bit removed completely though. i don't mind getting my hands dirty with a bit of code. i'm somewhere between beginner and intermediate with coding.
 
Wickedguy I've installed your plugin but now i get "
Warning ...on line 19" at the top of my page aswell as " Please return following links to the footer:" don't have a clue what to do, help would be appreciated
 
Wickedguy I've installed your plugin but now i get "
Warning ...on line 19" at the top of my page aswell as " Please return following links to the footer:" don't have a clue what to do, help would be appreciated

Sorry mate, but the plugin does unfortunately not work on all themes
 
thanks for sharing!.
your plugin is not working with my site(smthemes : EstatePress). I dont know what to do to remove footer link. pls help me, wichedguy!
 
Hi guys

This is just a simple wordpress plugin I coded which will remove the footer links as well as the BLOGROLL from wordpress themes. You can modify it as you like.



?>[/PHP]:D

hello bro, i am the one of the noobest wordpress user. but it worked well on my site. i was looking for this for a long time,
i registered forum just for thank you.
thanks you so much
 
wow thanks dude and does it work with any wordpress theme?and some wordpress footer links are hidden can this till work
 
Hi, I must be doing something wrong. I copied the code into a fie and named it FootCode.php. If I just upload the file into the plug-ins folder WP can't see it. If I put it in a folder and create a .zip file and try to install it, I get this error:
[h=2]Installing Plugin from uploaded file: FootCode.zip[/h]Unpacking the package?
Installing the plugin?
The package could not be installed. No valid plugins were found.
Plugin install failed.

Any idea what I am doing wrong?
I am using ThemePix WebDirectory theme and am desparate to get rid of the footer.

Thanks!
 
its not working with smthemes .. i 'd tried it with smtheme (supercar) , to me it nt wrking with any smtheme
 
Back
Top