• Greetings.
    I am taking over a site..a bit in the deep end of the pool early.
    Please look at the footer in mediaoneservices.com. There is some what looks like Google Analytics code appearing. Looking for help in getting rid of it. I can see it in the source but I don’t want to just start deleting things since I’m not sure what I did to get it to show up.

    <Thank you>

Viewing 2 replies - 1 through 2 (of 2 total)
  • is it in your footer.php file?

    can you insert the whole code around it and let me know what file its in

    It would be in your footer in the file footer.php

    The problem is that who ever put that code there didn’t put it inside the script tags as it needs to be.

    As an example…

    <script type="text/javascript">
        // Code goes in here.
    </script>

    You need to edit the file to add in those tags around the script for it to work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text displaying that shouldn't’ is closed to new replies.