![]() |
How to add a banner ad to specific pages wordpress??
Ok,
So I want to add a banner to a wordpress page like this mysite.com/tag/blue-shoes or mysite.com/category/shoes How can I do this. Add an ad / html to any given page on wordpress? Thanks |
simple ad manager plugin will do it right out of the box and its free
|
|
If you want something simple, without needing an ad management plugin, do this:
1. If you want the ad in your sidebar, go to Appearance > Widgets and set up a Text Widget with the appropriate code and save. 2. If you want the ad in spots OTHER than your sidebar: Open up the appropriate template file (e.g. page.php, single.php, etc...) and in the spot you want the banner to be, use code like this: For page.php: Code:
<?php if ( is_page(PAGE ID# GOES HERE) ) {?> Code:
<?php if ( is_category(CATEGORY ID# GOES HERE) ) {?> Code:
<?php if ( is_home() ) {?> Hope this helps! Cyndi |
Thanks for this code but I am looking for something more advanced. I want to add an ad using iframe or whatever. I want to be able to use a different add on each category / tags page.
I tried using simple ads manager plugin but I can't see anyway to specify which tags / category pages I want to place ads on. |
Quote:
replace the a href tags with the flash iframe. put your categoryid number in the code where it says, or page id. need help finding out what your cat id is? http://wordpress.org/support/topic/h...et-category-id |
All times are GMT -7. The time now is 11:30 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc