外掛說明
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.
螢幕擷圖
安裝方式
- Upload
searching-for-posts.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place [search_post id=’id_of_serch_post’] in your widget or
place<?php echo do_shortcode("[search_post id='id_of_serch_post']"); ?>
in index.php just above loop or anywhere in your template
常見問題集
-
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
參與者及開發者
變更記錄
1.0.4
- A change since the previous version.