How to insert ads in WordPress

Status
Not open for further replies.

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Insterting the ads in WordPress is really easy, you just need to edit one file.

For the Corporate plan:
You'll need to edit the header.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 header.php and look for the following code
Code:
</head>
<body>
Right after thad code you'll have to add the Corporate Ad code. And that's it, save the file and you'll have the ad working.

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>


If you still can't insert the Ads, please post in the "Free Hosting" board.
 
Last edited:
Status
Not open for further replies.
Top