So I'm quite new to WordPress and web development in general. Anyways, a few days ago I put the following on my website:
<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" language="javascript">
#var websiteID='urbandevelopmentsociety.org';
</script>
<script type="text/javascript" language="javascript" src="http://analytics.hosting24.com/s.php"></script>
<noscript>
<a href="http://www.hosting24.com/" target="_blank"><img src="http://analytics.hosting24.com/s.php?websiteID=urbandevelopmentsociety.org&from=noscript" alt="web hosting"></a>
</noscript>
<!-- End Of Code -->
I was so sure I put it in my Home page post at the bottom of the article. Also, I was sure I deleted it. Now, everytime I connect to my website http://urbandevelopmentsociety.org, I see in my status bar that it tries to connect to analytics.hosting24.com and makes my pages on my site load very slowly, even in the WordPress admin parts.
This also created a problem with my rss feeds. I can's burn it to feedburner because it finds this code and doesn't validate. It can be seen here http://feedvalidator.org/check.cgi?url=http%3a%2f%2furbandevelopmentsociety.org%2f%3ffeed%3drss2
I would like to know hoe I can find exactly where this piece of code is, so I can get rid of it.