Ad Placement settings | Ads | Ad insert mode/dynamic restrictions | Filters | Quick Start | Test ads

Single/PageHomeArchive

Top ad [code] [page type filters]

Only show on posts longer than:
'; adinj_selection_box("home_top_ad_if_longer_than", $ad_if_longer_settings, $unit); echo '
'; adinj_selection_box("archive_top_ad_if_longer_than", $ad_if_longer_settings, $unit); ?>
|_ Max num of ads on whole page:1
'; adinj_selection_box("archive_max_num_top_ads_per_page", $num_ads_array); ?>

Random ads [code] [page type filters]

Max num of ads on whole page: n/a
'; adinj_selection_box("archive_max_num_random_ads_per_page", $num_ads_array); ?>
|_ Max num of random ads per post:
'; adinj_selection_box("home_max_num_random_ads_per_post", $num_ads_array); echo '
'; adinj_selection_box("archive_max_num_random_ads_per_post", $num_ads_array); ?>
/> at
/> at or after
/> paragraph:
/> character:
Note: If starting 'at character x', the start point will be the next paragraph.

Bottom ad [code] [page type filters]

Only show on posts longer than:
'; adinj_selection_box("home_bottom_ad_if_longer_than", $ad_if_longer_settings, $unit); echo '
'; adinj_selection_box("archive_bottom_ad_if_longer_than", $ad_if_longer_settings, $unit); ?>
|_ Max num of ads on whole page:1
'; adinj_selection_box("archive_max_num_bottom_ads_per_page", $num_ads_array); ?>

Top ad (below post title - this is not a 'header' ad) [placement]


Docs: Try a 468x15 or 336x280 advert.

Rotation:
".adinj_percentage_split('ad_code_top_', 1, $ops)."
"; ?>

Be especially careful if you decide to use the 'float' layout options. Make sure that you don't have adverts floated over the top of other page elements, or vice-versa.

Random ad (inserted randomly between paragraphs) [placement]


Docs: Try a 468x60 or 728x90 banner.

Rotation:
".adinj_percentage_split('ad_code_random_', 1, $ops)."
"; ?>

Bottom ad (below the post content) [placement]


Docs: Try a 336x280 advert.

Rotation:
".adinj_percentage_split('ad_code_bottom_', 1, $ops)."
"; ?>

Footer ad (put into 'the_footer' hook - not supported by all themes) [placement]


Docs: footer ad information and troubleshooting

Try a 468x60 or 728x90 banner.

The footer ad will only work if your theme supports it.

Your theme must include 'the_footer' hook in the correct part of the page. If the footer ad is appearing in the wrong place, you could try manually editing your theme to move 'the_footer' hook.

Rotation:
".adinj_percentage_split('ad_code_footer_', 1, $ops)."
"; ?>

'; echo '
'; echo $adinj_warning_msg_chmod; } } function adinj_table_width($table){ global $wp_db_version; if ($table == 'ad'){ if ($wp_db_version < 18226){ echo '60'; } else { //WP3.2+ echo '70'; } } else if ($table == 'dynamic'){ if ($wp_db_version < 18226){ echo '70'; } else { //WP3.2+ echo '80'; } } else { echo '61'; } } function adinj_global_settings_box($ops){ adinj_postbox_start(__("Global settings (apply to all ads)", 'adinj'), 'global'); ?> /> On:
/> Off
/> Test mode - Only show ads to admin.
Warning: Turn any caching plugin *off* before using test mode. If you leave the caching plugin on, the test adverts will be cached and shown to your real visitors.

Top', 'top_'); adinj_add_exclude_row('|_  Random', 'random_'); adinj_add_exclude_row('|_  Bottom', 'bottom_'); adinj_add_exclude_row('|_  Footer', 'footer_'); adinj_add_exclude_row('|_  Widget', 'widget_'); adinj_add_exclude_row('|_  Template', 'template_'); ?>
Tick to disable ads: Single(publish; ?>) Page(publish; ?>) Home Archive Front 404 Search
Go to the widget control panel to set up any widgets. See the FAQ for how to set up template ads. There are some template ad examples in the test ads section of this page.

Notes: Your home page is the page displaying your latest posts. It may be different to your front page if you have configured your front page to be a static page. If you have set your front page to be a static 'page' rather than your latest posts, the 'page' tick box will also apply to the front page.

Archive pages are the categories, tags, authors and date pages.

- only for single posts and pages
- only for single posts and pages

Global filters

The global filter apply to all ads, and are processed before the ad type specific filters.

Top ad filters

Random ad filters

Bottom ad filters

Footer ad filters

Ad insertion mode

/> mfunc: Insert ads using cache compatible mfunc tags - Dynamic features will work with WP Super Cache, W3 Total Cache and WP Cache. Only select this mode if you are using one of those caching plugins and want to use dynamic features (IP / referrer restriction, alt content and ad roatation). If you aren't using dynamic features select direct mode. Note: A supported caching plugin does not appear to be active. If you are not using WP Super Cache / W3 Total Cache / WP Cache you should use one of the direct insertion modes below.

'; } ?>

/> direct: Direct ad code insertion - Select this if you are not using an mfunc compatible caching plugin OR if you are not using the dynamic features.

Show ads only to visitors from these search engines or websites (dynamic feature)

for the next hour (sets a 1 hour cookie).", 'adinj') ?>

Comma separated list e.g.:
.google., .bing., .yahoo., .ask., search?, search., facebook.com, t.co

Blocked referrer keywords (dynamic feature)

If a blocked string is found block ads for: '1 hour', '2'=>'2 hours', '3'=>'3 hours', '6'=>'6 hours', '24'=>'1 day', '48'=>'2 days', '72'=>'3 days', '168'=>'1 week', '720'=>'30 days', '8760'=>'1 year')); ?>

Comma separated list e.g.:
myblogname.com, .ru, .in, james+bond

Blocked IP addresses (dynamic feature)


Comma separated list e.g.:
0.0.0.1, 0.0.0.2

Or you can list one IP per line with optional comments e.g.

192.168.0.1
0.0.0.2
//my ip
0.0.0.3

For reference your current IP address is

 |_ No ads if post shorter than:
'; if (!empty($prefix)) $prefix = $prefix.'_'; adinj_selection_box($prefix."no_random_ads_if_shorter_than", $ad_limit_settings, $unit); echo '
'; } ?>  |_ Only 1 ad if post shorter than:
'; if (!empty($prefix)) $prefix = $prefix.'_'; adinj_selection_box($prefix."one_ad_if_shorter_than", $ad_limit_settings, $unit); echo '
'; } ?>  |_ Only 2 ads if post shorter than:
'; if (!empty($prefix)) $prefix = $prefix.'_'; adinj_selection_box($prefix."two_ads_if_shorter_than", $ad_limit_settings, $unit); echo '
'; } ?>  |_ Only 3 ads if post shorter than:
'; if (!empty($prefix)) $prefix = $prefix.'_'; adinj_selection_box($prefix."three_ads_if_shorter_than", $ad_limit_settings, $unit); echo '
'; } ?>

With WP Super Cache version 0.9.9.8+ you can use the fastest 'mod rewrite rules' caching mode. With older versions of WP Super Cache you'll have to use the slower 'legacy mode'.

Go to the WP Super Cache advanced options page WP Super Cache advanced options page to configure the caching mode.

W3 Total Cache will cache the the page on-disk if you use its Page Cache: 'Disk (basic)' mode. However if you use its Page Cache: Disk (enhanced) mode it won't cache the page. If you aren't using Ad Injection's dynamic features then you can use W3 Total Cache with Page Cache: Disk (enhanced) mode.

With WP Cache just turn the caching on and all pages will be cached. You may however want to consider upgrading to WP Super Cache as it has more efficient caching options such as serving static files via mod rewrite.

Recommended settings:

Status

Ads enabled
Mode
Restrictions
Debug mode

Ads on/off summary
Ads Alt S P H A
Top
Random
Bottom
Footer
Widget
Template

S=single post
P=single page
H=home
A=archive



1. Copy and paste your ad code into the ad code boxes.

2. Choose how many ads of each type you want displayed.

3. Configure any ad positioning (optional).

4. Check the ad insertion mode (in the Insertion mode and ad display restriction section).

5. If you are using a compatible ad insertion mode you may configure dynamic ad display restrictions. i.e. showing ads only to certain people (e.g. search engine visitors), or blocking ads from specific IPs.

6. Enable your ads (tick box at the very top).