__("RSS feeds", 'easy-ads'), 'help' => __("Suppress ads on RSS feeds from your blog? This option may not work because the flag indicating that the content is an RSS feed may not be ready when the plugin checks for it. Use the Pro option Allow ad blocks in feeds? if your feeds do not validate.", 'easy-ads'), 'value' => 1, 'type' => 'checkbox2'); $ezOptions['kill_page'] = array('name' => '' . __('Static Pages', 'easy-ads') . '', 'help' => __("If checked, ads will appear only on blog posts, not on blog pages. Click to see the difference between posts and pages.", 'easy-ads'), 'value' => 1, 'type' => 'checkbox2'); $ezOptions['kill_home'] = array('name' => __("Home Page", 'easy-ads'), 'help' => __("Suppress ads on your home page? Home Page and Front Page are the same for most blogs.", 'easy-ads'), 'value' => 0, 'type' => 'checkbox2'); $ezOptions['kill_front_page'] = array('name' => __("Front Page", 'easy-ads'), 'help' => __("Suppress ads on your front page? Home Page and Front Page are the same for most blogs.", 'easy-ads'), 'value' => 0, 'type' => 'checkbox2'); $ezOptions['kill_attachment'] = array('name' => __("Attachment Page", 'easy-ads'), 'help' => __("Suppress ads on pages that show attachments?", 'easy-ads'), 'value' => 1, 'type' => 'checkbox2'); $ezOptions['kill_category'] = array('name' => __("Category Pages", 'easy-ads'), 'help' => __("Suppress ads on pages that come up when you click on category names?", 'easy-ads'), 'value' => 0, 'type' => 'checkbox2'); $ezOptions['kill_search'] = array('name' => __("Search Page", 'easy-ads'), 'help' => __("Suppress ads on pages that show search results?", 'easy-ads'), 'value' => 1, 'type' => 'checkbox2'); $ezOptions['kill_sticky'] = array('name' => __("Sticky Front Page", 'easy-ads'), 'help' => __("Suppress ads on posts that are defined as the sticky front page?", 'easy-ads'), 'value' => 1, 'type' => 'checkbox2'); $ezOptions['kill_tag'] = array('name' => __("Tag Pages", 'easy-ads'), 'help' => __("Suppress ads on pages that come up when you click on tag names?", 'easy-ads'), 'value' => 0, 'type' => 'checkbox2'); $ezOptions['kill_archive'] = array('name' => __("Archive Pages", 'easy-ads'), 'help' => __("Suppress ads on pages that come up when you click on year/month archives?", 'easy-ads'), 'value' => 0, 'type' => 'checkbox2');