WordPress Ad-Manager offers you a simple solution to implement advertising into your posts, your blog or any other WordPress page. You can use pictures and images or HTML snippets like Google AdSense to incorporate advertising in an easy way. You are able to select ads via Ad Zones, to re-size them or to limit the height or the width. WordPress Ad-Manager also offers statistics.
However, WordPress Ad-Manager’s best feature is its simplicity. It’s easy to set up and also comes with a widget. What more could one want?
Examples
If you want to include a random of your uploaded ads into a post or page, use this shortcode:
1 | [ads] |
To limit the width/height of the displayed ad, use w/h followed by the amount of pixels, e.g.:
3 4 5 | [ads w500] Limits the width to 500px [ads h200] Limits the height to 200px [ads w500 h200] Limits the width to 500px and the height to 200px |
To include a specific ad, use the following shortcode and replace ### with the actual ID of the ad you want to display:
1 | [ad ###] |
You can use the same parameters as above to limit the width/height, e.g.:
2 3 | [ad 25] For reference: Embed ad with id 25 [ad 25 w500] Limits the width of the ad with id 25 to 500px |
You can embed an Ad-Zone like this (while ## is the id of the zone):
1 | [ad z##] |
Again, the same parameters to limit the width/height:
3 4 5 | [ad z5] For reference: Embed ad-zone with id 5 [ad z5 h200] Limits the height of the displayed ad with to 200px [ad z5 w500 h200] Limits the width of the displayed ad to 500px and the height to 200px |
如无特殊说明,本文件解压密码为:iesay.com.