Improvement
-
I found that the ads kept appearing inside image captions.
A simple fix was to edit ad-inserter/ad-inserter.php and change
$paragraph_start = “<p “;
to
$paragraph_start = “<p>”;
So that the <p class … tags are not included.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Improvement’ is closed to new replies.