how do i put ad banner on wordpress

nightscream

New Member
Messages
948
Reaction score
0
Points
0
I closed my site and now i have only a blog on my webhost and I don't know
how to put adds on a wordpress blog can anyone help me how to do it, i want corporate banner.

ty in advance
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Go to wp-content/themes/default/header.php
Then at the bottom of the file put
Code:
<center>
<br />
<br />
<?php include('http://staff.x10hosting.com/adCode.php?ad=corporate'); ?>
</center>
<hr />

That would be for the corporate ads

Code:
<center>
<br />
<br />
<?php include("http://staff.x10hosting.com/adCode.php?ad=advanced"); ?>
</center>
<hr />
 
Last edited:
Top