Show Ad after paragraph instead of before paragraph
-
When we set a paragraph number N where the ad should be shown, the ad is added after the paragraph, but also after the N+1 paragraph heading.
For the example, let N=2 (show ad after 2 paragraphs):
<h2>Paragraph 1 heading</h2> <p>Paragraph 1 text</p> <h2>Paragraph 2 heading</h2> <p>Paragraph 2 text</p> <h2>Paragraph 3 heading</h2> [ad is shown here] <p>Paragraph 3 text</p>
The expected result should be:
<h2>Paragraph 1 heading</h2> <p>Paragraph 1 text</p> <h2>Paragraph 2 heading</h2> <p>Paragraph 2 text</p> [ad is shown here] <h2>Paragraph 3 heading</h2> <p>Paragraph 3 text</p>
Is it possible to make it work like that?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show Ad after paragraph instead of before paragraph’ is closed to new replies.