• Hi,
    Last month I added an ads (banner of spot) and it worked, but yesterday I removed the code. Ten minutes after I rewrote the same code in the same widget of the sidebar.
    Before it worked perfectly, but now, when I go into the page with a browser, I can see that the code I wrote changed.
    The last row is not as the code inside the widget of wordpress, but is different, and I dont know why!
    Do you have an idea?

    document.write (“‘></scr”+”ipt>”);
    //]]>–></script>

    BECOMES:

    document.write (“‘>”);
    //]]>–></script>

    Many thanks

Viewing 1 replies (of 1 total)
  • It would seem that you are missing an ‘ in your code.

    document.write (“‘></scr”+”ipt>”);
    //]]>–></script>

    Try using this chunk of code:

    document.write (' "></scr"+ "ipt>" ');
    //]]>–></script>
Viewing 1 replies (of 1 total)
  • The topic ‘wordpress change ads code’ is closed to new replies.