• Resolved zynov

    (@zynov)


    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 https://www.blofolio.pl

Viewing 3 replies - 1 through 3 (of 3 total)
  • Alwyn Botha

    (@123milliseconds)

    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.

    Thread Starter zynov

    (@zynov)

    Done, the spam is swept away.

    Thank you!

    Will quote this solution in another post I have found not resolved over here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unwanted ddition in footer -> how to remove?’ is closed to new replies.