meta_box_context(), /*context=*/ $page->meta_box_context() ); } function html_tags_metabox ($page, $box = NULL) { if ($page->for_feed_settings()) : $ada_key_filters = maybe_unserialize($page->link->settings['ada key filters']); $include_sitewide_ada_key_filters = $page->link->settings['include sitewide ada key filters']; $syndicatedPosts = 'this feed\'s posts'; else : $ada_key_filters = get_option('feedwordpress_ada_key_filters'); $syndicatedPosts = 'syndicated posts'; endif; ?>
To remove a keyword filter, just blank out the text box - leave it empty - and save.
Keywords are case in-sensitive. Enter comma seperated list of words along with your selection of logics: OR, AND, OR NOT, AND NOT. Do not leave extra space as it will be used to match exactly.
ORANDOR NOTAND NOTWhen you only use *NOT logics [OR NOT, AND NOT], the syndicated content will be included if those words are not found
When there are *NOT logics [OR NOT, AND NOT] along with other logics [OR, AND], then *NOT logics take precedence. If *NOT logic's keyword is found within the syndicated content, all the other rules are ignored and the content is not included.
| setting_radio_control( 'disable ada key filters', 'disable_ada_key_filters', $filterSelector, $params ); ?> |