FREE* Remove Wordpress Theme footer links and Blogroll

OH CHIT, I was just having a problem with a pesky footer link from a free theme, and ran into this post. Awesome WickedGuy, usual genius convienant plugins to make things smooth. You people should purchase Blogbox from him, it's foundation of wealth builder. Purchased it last year.
 
Um better be careful on what themes you use it on (*legal troubles...*). I've never ran into any of these problems myself, but you never know.

Great plugin, but couldn't a person just remove the footer text from a theme manually? It seems unnecessary to add an extra load to wordpress.

But great plugin, it may be useful to those who can't read code.

Has nothing to do with coding, some themes have footers encrypted in them, meaning if you remove them, it renders the theme useless, until you restore the links back.

This Geniuis plugin removes the encrypted footers!
 
I used to just replace the footer file with one from another theme if it was encrypted! Will try this next time - thanks for sharing :)
 
thanks for this plugin, worked great.

Is it possible to edit the footer with this plugin activated? because I would still want to put some stuff on the footer, just not links.

thanks.:D
 
thanks for this plugin, worked great.

Is it possible to edit the footer with this plugin activated? because I would still want to put some stuff on the footer, just not links.

thanks.:D

Of course you can edit the footer in any way you like! :D
 
Dude you the BEST ! I have a wordpress Natureblog from themepix which has an encoded link - nop I forget, it was a bunch of links -at the footer, so just use your plugin, and Boom!! I attempt several times to remove them manually it "collapsed" after each attempt
Thanks buddy
 
Glad I could make you happy mate :D
 
Can you send it to me as Plugin because i can't make it as plugin
 
Has nothing to do with coding, some themes have footers encrypted in them, meaning if you remove them, it renders the theme useless, until you restore the links back.

This Geniuis plugin removes the encrypted footers!

I once had a theme which would break when i removed the footer so i used CSS coding to create a new class for the text i wanted to hide to the following (the new class i created was "footertext"...

Code:
footertext{
	padding:90px 0 0 0;
	color:#477387;
	text-align:center;
	font-size:1.1em;
	display:none;
}

.footertext p{
	padding:0 0 7px 0;
	display:none;
}

.footertext a{
	color:#f26522;
	display:none;
}

the trick was the "display:none;" property and it did the trick...This however just hides the text from human eyes but search engines still see the links :) So if by any chance the shared script doesnt work, you can use this as an alternate method.
 
Can you send it to me as Plugin because i can't make it as plugin

Here you go. Just import this via admin panel > plugins (or extract and drop the php file into your plugins folder), activate and you are ready to rock and roll.

Code:
[ATTACH]13905.vB[/ATTACH]

Virustotal
Code:
https://www.virustotal.com/file/e0d644b69908bf4366953876a351726d5b1f7a9629986bcd184fa72f4133fc0b/analysis/1341184129/
 

Attachments

Big Thanks for the plugin! I have a problem though. I use the FThemes Caprica theme and when I use your plugin it eliminates the problem links (great, great, great!!) but when I log out of the Wordpress Admin, the admin dashboard disappears, I cannot logout and I get the message below which I assume is from my server. Any ideas?

Warning: Cannot modify header information - headers already sent by the BlogRollRemover.php:87) in wp-login.php on lines 362 and 374

Warning
: Cannot modify header information - headers already sent by the BlogRollRemover.php:87) in pluggable.php on lines 697, 698, 699, 700, 701, 702, 705, 706, 707, 708, 711, 712, 713, 714, and 811
 
Great share to remove annoying encrypted footer links.. BHW troll
 
Back
Top