• pablofu

    (@pablofu)


    I have Urchin statistics in my host. But I need to insert the following JavaScript code at the beginning of every html page(between <head> y </head>):
    <script src=”/__utm.js”></script>

    How do I do that since I cannot manage the blog from Dreamweaver? (maybe is a stupid question but I am complete dummy!)

    Thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)
  • GDB

    (@gdb)

    first of all i heard that JavaScript code does not work correctly in wordpress

    It does work.
    Login > Presentation > Theme editor > header.php
    Put that line of code before </head>

    It does not have to go there .. it could go in footer too.
    Login > Presentation > Theme editor > footer.php
    place the code above </body>

    Whoever said that about it not working is totally wrong 🙂

    Thread Starter pablofu

    (@pablofu)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How do I insert a counter (for statistics)?’ is closed to new replies.