I have a strange situation: I have a Wordpress site which includes an area to paste analytics code. I've done so. However, we're getting messages from google saying there is a tracking code mismatch. After calling Google we viewed the page source of the site and the SECOND analytics code is indeed there. It's preventing the REAL analytics code from firing. I just want to remove it.
However, there is only one place to put the tracking code in my site and that's where I've put the valid tracking code. I use Dreamweaver for my FTP stuff and have done a site-wide search for this extra analytics code and NOTHING shows up.
I've checked header.php, footer.php, index.php separately. The only thing I see is PHP code saying place analytics code here (i.e. from the theme options).
Where the hell is this second script and how can I find and delete it? Thanks for any help. I'm pulling my hair out about this.