" . __("Search Everything Options Updated.") . "
"; $new_options = array( 'SE4_exclude_categories' => $_POST["exclude_categories"], 'SE4_exclude_categories_list' => $_POST["exclude_categories_list"], 'SE4_exclude_posts' => $_POST["exclude_posts"], 'SE4_exclude_posts_list' => $_POST["exclude_posts_list"], 'SE4_use_page_search' => $_POST["search_pages"], 'SE4_use_comment_search' => $_POST["search_comments"], 'SE4_use_tag_search' => $_POST["search_tags"], 'SE4_use_category_search' => $_POST["search_categories"], 'SE4_approved_comments_only' => $_POST["appvd_comments"], 'SE4_approved_pages_only' => $_POST["appvd_pages"], 'SE4_use_excerpt_search' => $_POST["search_excerpt"], 'SE4_use_draft_search' => $_POST["search_drafts"], 'SE4_use_attachment_search' => $_POST["search_attachments"], 'SE4_use_metadata_search' => $_POST["search_metadata"] ); update_option("search_tag", $_POST["SE4_use_tag_search"]); update_option("SE4_options", $new_options); } $options = get_option('SE4_options'); $search_tag = get_option('search_tag'); ?>|
As of 2.5 I'm taking a hiatus from SE development; however I'm still committing feature updates and bug fixes from the community. You should not fret, the development since Version One has primarily come from the WordPress community and as a Search Everything user myself, I’m grateful for their dedicated and continued support:
|
|||
If you’d like to contribute there’s a lot to do:
|
|||
|
The current project home is at scatter3d.com. If you want to contribute e-mail me your modifications. Respectfully, Dan Cameron |
|||