Placing ads on your blog¶
There are a number of ways that you can place ads on your blog using Advertising Manager:- Placing ads as widgets
- Placing ads in your blog posts
- Placing ads in your website templates
Placing Ad Widgets¶
All Advertising Manager ads can be positioned as widgets. In order to do this, you need to make sure to ad your ad networks first.
Next, click on the Widget menu (1). You will see all of you ads in the Available Widgets column (2). Click 'add' to add the widget to your widget sidebar. Your widget will now appear in the 'Current Widgets' column (3), and will appear wherever the widget sidebar appears.
Placing Ads in your Posts¶
When writing posts, it is very easy to add an Advertising Manager ad. In the text of your post, put [ad#name], where 'name' is the name of the ad that you want to appear. That's it! The following is an example of a post with an ad placed within the post:
< 
Placing Ads in your Templates¶
If you manually edit your Wordpress Templates, you can also add your ads directly into the template. Just place the following code:
<?php advman_ad('name'); ?>
Where 'name' is the name of the ad. Note that Advertising Manager supports older methods of doing this, such as:
<?php adsensem_ad('name'); ?>
and
<?php <!--adsense-->
That's it!
