Some of the plugins I use on my blog has added a line in the footer linking to the seller of the carpets it the UK. I have used all my knowledge and failed trying to remove it. Please help!
The blog is http://www.blofolio.pl
Some of the plugins I use on my blog has added a line in the footer linking to the seller of the carpets it the UK. I have used all my knowledge and failed trying to remove it. Please help!
The blog is http://www.blofolio.pl
Hi
Search for gb-rugs.com inside your root folder on your server
there seems to be no other option than to edit the plugin file:
/wp-content/plugins/seo-intelligent-tag-cloud/wp_tag_cloud.php
and remove this code:
function wtc_footer(){
echo '<p style="text-align: center; font-size:10px">Powered by <a href="'.LINK_ADMIN.'" target="_blank">'.POWERED_BY.'</a></p>';
}
add_action( 'wp_footer', 'wtc_footer' );
near the end of the file.
Done, the spam is swept away.
Thank you!
Will quote this solution in another post I have found not resolved over here.
This topic has been closed to new replies.