How do I delete infolinks or something like it

teamred

Newbie
Joined
Dec 23, 2010
Messages
35
Reaction score
13
How do I delete infolinks or something like it from my blog located at gardening-planting(dot)com. They are text link ads in the text. There are no plugins for it. There are no widgets for it. I did not see it in the file editor.

Could any one please tell me where it may be. I think that it has to be in the file editor somewhere. Do you which one it would be like header or page template or main index and what would the code look would look like.

Thanks
Joe
 
Can't see any links there.
 
It's possibly in the header.php or could be in anywhere before </body>
Find this script and then remove it:

Code:
<script type="text/javascript">
    var infolink_pid = xxxxx;
    var infolink_wsid = 0;
</script>
<script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script>

How do I delete infolinks or something like it from my blog located at gardening-planting(dot)com. They are text link ads in the text. There are no plugins for it. There are no widgets for it. I did not see it in the file editor.

Could any one please tell me where it may be. I think that it has to be in the file editor somewhere. Do you which one it would be like header or page template or main index and what would the code look would look like.

Thanks
Joe
 
Check the header.php. The script that you would want to delete is most probably found in that page.
 
Back
Top