Placing ads on your blog

There are a number of ways that you can place ads on your blog using Advertising Manager:
  1. Placing ads as widgets
  2. Placing ads in your blog posts
  3. 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!

Placing_Ads_-_Widgets.png (192.3 KB) Scott Switzer, 05/11/2009 06:36 PM

Placing_Ads_-_Posts.png (158.6 KB) Scott Switzer, 05/11/2009 07:15 PM

Also available in: HTML TXT