If your theme or another plugin is causing problems with Ad Injection (e.g. by changing the priority of the 'wpautop' filter which may prevent the random ads from being added) you can try modifying Ad Injection's the_content filter priority here. Try '100', if that doesn't work try something higher. "; adinj_selection_box("the_content_filter_priority", array(0,1,10,11,100,200,1000)); echo ' Default: 10
'; adinj_postbox_end(); } function adinj_docs_tags(){ ?>These tags can be inserted into the page source to override the configured behaviour on single posts and pages. Because sometimes specific pages need to be treated differently.
<!--topad--> OR <!--randomad--> OR <!--bottomad--> - These tags allow precise positioning of the adverts instead of using the computer calculated positions.<!--adstart--> - Random ads will start from this point.<!--adend--> - Random ads will not be inserted after this point.The above adstart/adend tags and below adsensestart tag will not affect the top and bottom ad.
<!--noadsense--> OR <!-no-adsense--> OR <!--NoAds--> OR <!--OffAds--> - disables all ads on this page. These tags are here to make this plugin compatible with the tags from Adsense Injection, Whydowork Adsense and Quick Adsense.<!--adsensestart--> - Random ads will start from this point. For compatibility with Adsense Injection.<!--adsandwich--> - Inserts the top and bottom ad but no random ads. Disables all other ads.<!--adfooter--> - Insert a single ad at the very bottom. Disables all other ads.To disable all adverts on the page you can also set the custom disable_adverts field to '1' from the WordPress post editor.