Broken insert ads after image
-
After update for v1.9.4 this puglin broken ads after image.
The code of the image is this:
<p style="text-align: center;"><img class="alignnone" title="Candy Crush Saga" src="https://www.example.com/wp-content/uploads/candy_crush_saga.png" alt="Candy Crush Saga" width="560" height="329" /></p>
When I use this code, it inserts the ads after the next within the post.
Example:
<p style="text-align: center;"><img class="alignnone" title="Candy Crush Saga" src="https://www.example.com/wp-content/uploads/candy_crush_saga.png" alt="Candy Crush Saga" width="560" height="329" /></p> <h3>2. Crossy Road</h3> <p style="text-align: left;"><a title="Download Crossy Road" href="https://www.example.com/crossy-road-jogo-android-ios-windows-phone.html" target="_blank" rel="noopener">Crossy Road</a><ads here> é um jogo gratuito para iPhone e iPad baseado no Frogger do Atari.</p>
If I use this code below, it works, but I do not want to link to the images.
<p style="text-align: center;"><a href="https://www.example.com/wp-content/uploads/candy_crush_saga.png"><img class="alignnone" title="Candy Crush Saga" src="https://www.example.com/wp-content/uploads/candy_crush_saga.png" alt="Candy Crush Saga" width="560" height="329" /></a></p>
- The topic ‘Broken insert ads after image’ is closed to new replies.