विवरण
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.zip
from 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-search
directory to your computer - Upload the
wp-live-post-search
directory 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” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“WP Live Post Search” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0.0
- Initial release