Ajax CPT and Taxonomy Filter

Handle Ajax Search and Filter For Custom Posts and Any One Custom Taxonomy

Author:Shahala Anjum (profile at wordpress.org)
WordPress version required:5.2
WordPress version tested:5.9.3
Plugin version:1.0.0
Added to WordPress repository:07-05-2022
Last updated:07-05-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:#
Total downloads:496
plugin download
Click to start download

With This plugin you can easily create a Ajax Search and Filter For Custom Posts and Any One Custom Taxonomy, once you install and activate the plugin, you can use the below Shortcode to display the filter and posts.

Display Default posts with category filter :

[ajax_posts_filter]

Display any custom posts types with any custom taxonomy with attributes as follows:

[ajax_posts_filter postype=”YOUR_CPT_NAME” taxtype=”YOUR_TAXONOMY_NAME”]

Currently The plugin supports one post type with one taxonomy.