If you go to my blog and look at the source code, there's a string down at the bottom which looks like this:
span style="display:none">PHVsPjxsaT48c3Ryb .........
I've noted that if I comment out the wp_footer() call in my footer.php file, the string goes away.
1. Is this suppose to be there? What makes me curious is that it's a "display = none"
2. How do I find where that code is (i.e. where's the wp_footer() code?)
Thanks