Pages: 1 2
On most occasions we would want the ads embedded inside the post only to be eliminated from a particular page or post and would want to continue showing them on other parts of the site.
Some sites have even used this feature to include page specific tracking codes.
Share your experience about this feature below.
Related posts:
- How to prevent ads from showing up on my Home or Archive Pages
- How to insert Ads below your Post Content
- How to insert Ads above your Post Content
- How to create a blank space around ads in my blog
- How to insert Ads into your blog Sidebar
Pages: 1 2



I’ve cleared my cache and also deleted/re-installed the plugin, but the pop-up for the “Exclude on Posts/Page” won’t show. Any suggestions?
Thanks,
Mark
@Mark : The pop-up uses java-script and Ajax…If some other plugin is causing a java-script error the pop-up wont be able to function correctly..To know the plugin which i causing the issue : In Firefox go to menu-tools-error console. Here you will be able to see javascript errors if any along with the name of the file causing it..It should give you an idea about the plugin causing the error..Try deactivating the plugin and the pop-up should reappear..
I have the same problem.
all it tells me is…
ShowPostPicker is not defined.
blah-blah-blah/wp-insert/includes/ads.php
and it selects the first couple lines in it
I only want to show ads on my homepage no where else,just the home page right above post thats it
Not sidebar, archives, tags, or post pages only home page
@dj : As of now the only way to do this is using template tags section and surrounding the template tag code with a check for is_home. [code]if(is_home()) { template tag code here }[/code]