This is a discussion on Adsense & php within the PHP Language forums, part of the PHP Programming Forums category; When I started using Worpress (php weblog) for my Windowseat.nl site my Adsense earnings basicly disappeared. I noticed that ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
When I started using Worpress (php weblog) for my Windowseat.nl site my
Adsense earnings basicly disappeared. I noticed that my home page (the first page) has no valid ads on them. From a search on the web I understand the issue of not having enough text in the index.php file where the adsense script is but... when I click a category then the ads are fine. Same index.php...So I understand the problem but have not found a reasonable solution. What I do now is go around the issue by having a index.html as an entrance to the site. Not a nice solution but it works... Did anybody solve this problem in a better way? André http://www.windowseat.nl |
|
|||
|
"Andre" <andre@kabelaar.nl> wrote in message
news:41bc47b6$0$218$58c7af7e@news.kabelfoon.nl... > When I started using Worpress (php weblog) for my Windowseat.nl site my > Adsense earnings basicly disappeared. I noticed that my home page (the first > page) has no valid ads on them. From a search on the web I understand the > issue of not having enough text in the index.php file where the adsense > script is but... when I click a category then the ads are fine. Same > index.php...So I understand the problem but have not found a reasonable > solution. > What I do now is go around the issue by having a index.html as an entrance > to the site. Not a nice solution but it works... Did anybody solve this > problem in a better way? > > André > http://www.windowseat.nl > > > Try including the php source within an HTML page like so: html file... (come out of HTML immediately) <?PHP ....your code // now back to html here ?> <html> etc. </html> and call it index.html. As long as your server is set up to process all html files through PHP first it will work. Norm -- Avatar hosting at www.easyavatar.com |