Wordpress plugins
Posts Search

Posts Search

Version : 1.2.2
Tested up to : 6.0
Number of download : 0
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

Posts Search
Posts Search
Posts Search
Posts Search

Search posts by taxonomy terms and post type with Ajax and list them. This plugin is simple. You can search posts by taxonomy terms and post type with Ajax with just a shortcode. Usage Shortcode: [ccc_posts_search_searchform placeholder="" style=""] For example, in header.php add <?php if( shortcode_exists( 'ccc_posts_search_searchform' ) ) { echo do_shortcode('[ccc_posts_search_searchform placeholder=""]'); } ? >. Shortcode: [ccc_posts_search_results posts_per_page="" search_keyword="" style=""] For example, in search.php add <?php if( shortcode_exists( 'ccc_posts_search_results' ) ) { echo do_shortcode('[ccc_posts_search_results posts_per_page=" 15" search_keyword="false"]'); } ? >. Detailed usage is under preparation. Discover More This plugin is developed on GitHub

Download now