This is a demo page for Wordpress Plugin Who Sees Ads. Nothing works here.
Give your context a meaningful name. Use letters, digits or dashes (other characters will be automatically replaced or removed).
For instance, an Adsense banner on top of your sidebar could be named adsense-sidebar-top.
These are all the possible rules you can use to define a context
Drag and order here the rules you want for your context.
Read them in ascending order, and mentally insert "Otherwise" between each rule to understand the logical scheme.
The plugin stops on first matching rule. If no rule is matched, no ad is displayed.
Paste the ad for your code, as you would paste it in an HTML or PHP document.
It can be HTML (like an affiliate banner) or Javascript (like an Adsense ad)
You can use PHP expressions as a parameter (with either PHP built-in,
WordPress internal or custom functions you have written). The expression must be
something you would use in code like:
<?php if (expression)
{...} ?>
Example: to add a rule to display when is_home() returns true; simply write is_home() in the textarea
Example: to add a rule to display on home page and 404 errors, write is_home() or is_404()
There are 2 possible custom rules:
·
if(expression)
· if
not(expression)
When enabled, this option will hide Adsense and Yahoo Publisher ads when viewed by blog admin, to prevent any accidental click on your own ads.
Feel free to use this area to write anything down. For example: why you made such a rule set.