IMPORTANT!!!
The following has been mentioned as the way to add an advert in wordpress for Advanced plan
The following has been mentioned as the way to add an advert in wordpress for Advanced plan
Since, according to your TOS, ads should be visible without the need to scroll down the page,wouldn't adding the ad to the footer violate this requirement as most likely the person would need to scroll down for viewing the ad?For the Advanced plan:
You'll need to edit the footer.php that is located in the "wp-content/themes/YOURTHEME" (Where I put YOURTHEME, it should be the theme you're using). You can edit the file by using an FTP client, or FileManager (from cPanel). Open the footer.php and add the Advanced Ad code at the very top. And that's it, save the file and you'll have the ad working.
NOTE FOR THE ADVANCED PLAN: To make the ad look nicer, you can add the following code to center it:
Code:
<div align="center">ADVANCED AD CODE HERE</div>