=== Searching for Posts === Contributors: drmilun9 Donate link: https://www.paypal.com/paypalme/DraganMilunovic Tags: Searching, Posts, No refresh a page, CPT, Categories Requires at least: 4.7 Tested up to: 6.1.1 Requires PHP: 5.6 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == This plugin is useful for searhing posts by different searching criteria, without refreshing a page, by REST API, on this way the speed is much better. In custom post type "search post" that is loaded by default with activation of plugin, you could choose different searching criteria for posts. For example, you are able to choose would you like to search posts by only typing one letter that is placed in title or content of a post or you could search for posts by Categories or custom post types or you are able to combine all of these elements. == Installation == 1. Upload `searching-for-posts.zip` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place echo do_shortcode("[search_post id='id_of_serch_post']"); in your template or search for widget that is called "Searching for Posts". == Frequently Asked Questions == = Does this searching form is able to search for custom post types as well as custom taxonomies ? = Yes. This plugin makes precise and easy searching for posts as well as custom post types == Screenshots == 1. First screenshot represents one searching form on admin side. 2. Second screenshot displays shortcode of one searching form. 3. Third screenshot displays shortcode of one searching form in shortcode widget. 4. Forth screenshot shows the final version of serching form looking from user experience. == Changelog == = 1.0.5 = * A change since the previous version. == Upgrade Notice == = 1.0.5 = Smaller bugs are permanently removed.