ads and wordpress

Status
Not open for further replies.

mattyranks

New Member
Messages
156
Reaction score
0
Points
0
I just want to ask how i should place ads in wordpress.

At the moment they are placed in the footer section of the template but i think that may be a problem for the ad bot when looking for the ads.

The ads do show on each and every page but are not hard coded into everypage because of the way wordpress works with templates.

I just want to make sure my account doesn't get suspended
 

sandoz

New Member
Messages
7
Reaction score
0
Points
0
yes, would like to know too before my account gets suspended
 

sandoz

New Member
Messages
7
Reaction score
0
Points
0
anyone? My account is now suspended, because my ads are in the footer. I 1st want to know how i can get them in the header, before asking to be unsuspended
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
if you signup for wordpress with the link in my sig, your ads will already be placed
 

Bonekhan

New Member
Messages
226
Reaction score
0
Points
0
Chris Z said:
if you signup for wordpress with the link in my sig, your ads will already be placed

Maybe we'd like to host it ourselves?
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
ya i know..i just thought i'd throw it out there cuz not many people know about the free WordPress Hosting that x10Hosting/Exofire provides, plus i'm the administrator over it, so i was just trying to get a new member :p
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Chris Z said:
ya i know..i just thought i'd throw it out there cuz not many people know about the free WordPress Hosting that x10Hosting/Exofire provides, plus i'm the administrator over it, so i was just trying to get a new member :p

LOL...ur the head developer, geoff is the administrator.

2. 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 />
<? include("http://staff.x10hosting.com/adCode.php?ad=advanced"); ?>
</center>
<hr />
 
Status
Not open for further replies.
Top