Linux 软件免费装
Banner图

AJAX Post Search and Filter

开发者 Nirav Kaneriya
niravkaneriya
更新时间 2026年5月22日 14:09
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

search taxonomy filter post filter post search ajax filter

下载

2.2 1.2 2.0 2.1

详情介绍:

AJAX Post Search and Filter lets you add powerful, fast post filtering to any page using a shortcode. No page reloads — everything loads instantly via AJAX. Free Features: Shortcode Example: [ajaxpose_post_filter post="post" taxonomy="category" cols="3" filter_type="radio"] Filter type per taxonomy: [ajaxpose_post_filter taxonomy="category,post_tag" taxonomy_config='{"category":"radio","post_tag":"select"}']

安装:

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Post Filter > Shortcode Generator to build your shortcode
  4. Paste the shortcode into any page, post, or widget

常见问题:

Can I use multiple filter widgets on one page?

Yes! Each [ajaxpose_post_filter] shortcode instance works independently.

Can I filter custom post types?

Yes. Use post="my-custom-type" in the shortcode.

Can I filter by multiple taxonomies?

Yes. Use taxonomy="category,post_tag,my-taxonomy" — comma-separated.

How do I set a different filter type per taxonomy?

Use taxonomy_config='{"category":"radio","post_tag":"select"}'

Can I override the card template?

Create yourtheme/ajaxpose/loop-post.php — the plugin will use it automatically.

更新日志:

2.2 2.0 1.3 1.2