Title: wordpress change ads code
Last modified: September 3, 2016

---

# wordpress change ads code

 *  [massimodefilippo](https://wordpress.org/support/users/massimodefilippo/)
 * (@massimodefilippo)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/wordpress-change-ads-code/)
 * 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)

 *  [vrandjelovic94](https://wordpress.org/support/users/vrandjelovic94/)
 * (@vrandjelovic94)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/wordpress-change-ads-code/#post-8149029)
 * 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>
       ```
   
    -  This reply was modified 9 years, 8 months ago by [vrandjelovic94](https://wordpress.org/support/users/vrandjelovic94/).

Viewing 1 replies (of 1 total)

The topic ‘wordpress change ads code’ is closed to new replies.

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [vrandjelovic94](https://wordpress.org/support/users/vrandjelovic94/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/wordpress-change-ads-code/#post-8149029)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
