https://github.com/santoshtmp/wordpress-custom-search-filter
wp csf-search-filter plugin help to create serch filter form and query it to show the result. the form can be created using wp admin or hooks.
https://github.com/santoshtmp/wordpress-custom-search-filter
Last synced: 6 days ago
JSON representation
wp csf-search-filter plugin help to create serch filter form and query it to show the result. the form can be created using wp admin or hooks.
- Host: GitHub
- URL: https://github.com/santoshtmp/wordpress-custom-search-filter
- Owner: santoshtmp
- Created: 2024-08-16T15:59:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-25T09:37:05.000Z (6 months ago)
- Last Synced: 2026-06-24T09:34:52.268Z (6 days ago)
- Language: PHP
- Homepage:
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== CSF - Custom Search Filter ===
Contributors: younginnovations, santoshtmp7
Tags: CSF, form, query
Author: YIPL santoshtmp7
Author URI: https://github.com/santoshtmp
Plugin URI: https://github.com/santoshtmp/wordpress-custom-search-filter
Requires WP: 6.5
Requires at least: 6.5
Tested up to: 6.6.1
Requires PHP: 8.0
Domain Path: languages
Text Domain: csf-search-filter
Stable tag: 1.0
Version: 1.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
To make search filter form and query easy.
== Description ==
CSF - Custom Search Filter library plugin purpose to make search filter easier for admin and developer by providing form and query it.
== Screenshots ==
1. csf-admin-setting-page.png
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/csf-search-filter` directory, or install the plugin through the WordPress plugins screen directly.
or
Use as theme functions after integration it must be build.
By require_once dirname(__FILE__) . '/csf-search-filter/csf-search-filter.php'; in theme function.php file.
2. Navigate to the settings > WP Required Post Title or link `/wp-admin/options-general.php?page=search-filter-csf` to the pugin setting page
== Frequently Asked Questions ==
= Can we apply to particular post type? =
Yes, we can apply to only selected post type.
== Release ==
1. Initial release 1.0.0
== Changelog ==
= 1.0.0 =
* Initial release.
= 1.1.0 =
* Added filter option to changes form on filter action.
* Added filter option to to add result info with filter form
= 1.2.0 =
* Added filter option "radio_always_active" for search_field_type===radio
* Added filter option "hidden_field" to hide field
* Added filter option "update_url" to update url on filter form result
= 1.3.0 =
* Added filter option "item_orderby" ASC, DESC, null; To re-arrange the filter items in dropdown, radio or checkbox options; Where, filter_term_type === 'metadata'
* Add hook "set_csf_search_fields" to modify fields from other plugins or theme
* Add hook "search_filter_form_{filtername}_{post_type}" to modify "Search Form" fields with other plugins or theme
* Add hook "search_filter_result_{filtername}_{post_type}" to modify result result template for shortcode '[csf_searchfilter filter_name="default" result_show="true"]'
== Upgrade Notice ==
= 1.0.0 =
Initial release.
== License ==
This plugin is licensed under the GPLv2 or later. For more information, see http://www.gnu.org/licenses/gpl-2.0.html.