Апісанне
WP Live Post Search is a really handy plugin which provides live search functionality. The plugin provides a search form and anything entered will be searched live through all the posts/pages and page/post title with link is displayed as result.
Ўсталёўка
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
wp-live-post-search.zipfrom your computer - Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
wp-live-post-search.zip - Extract the
wp-live-post-searchdirectory to your computer - Upload the
wp-live-post-searchdirectory to the/wp-content/plugins/directory - Activate the plugin in the Plugin dashboard
Часта задаваныя пытанні
- How to use?
-
*Using Shortcode: Use
[WPLS_SEARCH_FORM]
to display the search form any where in your site including posts/pages or widget.
- How to change what to search?
-
*Paste the below code to your theme’s functions.php file:
<?php function change_the_search_post_type() { $posttype= 'post'; //change according to the requirement on what to search return $posttype; } add_filter('wpls_change_post_type_search','change_the_search_post_type'); ?>
Водгукі
На гэты плагін няма водгукаў.
Удзельнікі і распрацоўшчыкі
“WP Live Post Search” is open source software. The following people have contributed to this plugin.
УдзельнікіПеракласці “WP Live Post Search” на вашу мову.
Зацікаўлены ў распрацоўцы?
Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.
Журнал змяненняў
1.0.0
- Initial release