Title: Filter Anything
Author: Kalrav Joshi
Published: <strong>2022 年 8 月 1 日</strong>
Last modified: 2023 年 4 月 28 日

---

搜尋外掛

![](https://ps.w.org/filter-anything/assets/banner-772x250.png?rev=2764355)

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://ps.w.org/filter-anything/assets/icon-256x256.png?rev=2764355)

# Filter Anything

 由 [Kalrav Joshi](https://profiles.wordpress.org/vardaamkalrav/) 開發

[下載](https://downloads.wordpress.org/plugin/filter-anything.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/filter-anything/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/filter-anything/#reviews)
 * [開發資訊](https://tw.wordpress.org/plugins/filter-anything/#developers)

 [技術支援](https://wordpress.org/support/plugin/filter-anything/)

## 外掛說明

Filter Anything offers Advance filters for any POST or USER data. You can instantly
create any type of Directory with your choice of filters in different layout options
using a simple shortcode.

At a glance, this plugin adds the following:

 * Instant Directory creation using shortcode
 * Ajax pagination
 * Multiple Layouts like: Fullwidth or Sidebar
 * Adjustable Grid column count in results
 * Filter any post type by: Meta field, Taxonomy, Title & Content, Post Date, Author
   or your own custom query
 * Filter any user type by: Meta field, Display Name, Email, Username, Registration
   date, Role or your own custom query
 * Supports changing Directory wise Label & button Titles
 * Set Order By and Per page count of the resulted data
 * customize look and feel by adding Quick CSS

Filter Anything acts as a standalone Directory to show your advance custom filters
and results in your own choice of format.

### Advance Usage (For Advance Users)

It’s very easy to modify result item template and to add your own custom query by
using Filters:

#### Filter for modifying entry html (xx is filter id)

    ```
    function example_callback( $html, $entry ) {
        ...
        return $html;
    }
    add_filter( 'wfa_directory_entry_html_xx', 'example_callback', 10, 2 );
    ```

#### Filter for modifying filter query args (xx is filter id)

    ```
    function example_callback( $args, $filters, $form_data ) {
        ...
        return $args;
    }
    add_filter( 'wfa_directory_query_args_xx', 'example_callback', 10, 3 );
    ```

#### Form submit to another page

For showing only form and submitting on another url use following shortcode example

    ```
    [wfa_filter id="xx" submit_url="https://www.example.com/some-other-page"]
    ```

## 螢幕擷圖

 * [[
 * Full width horizontal filter layout
 * [[
 * Sidebar filter layout
 * [[
 * Filter query settings edit
 * [[
 * Filter layout settings edit
 * [[
 * Filter fields edit
 * [[
 * Filter directory default text edit
 * [[
 * List of Filters in admin

## 使用者評論

![](https://secure.gravatar.com/avatar/9eeddb6174fc30adeab736baf1972190d4a706297f4daec3c35180a90b5b116c?
s=60&d=retro&r=g)

### 󠀁[Good](https://wordpress.org/support/topic/good-7937/)󠁿

 [atalialourenco](https://profiles.wordpress.org/atalialourenco/) 2023 年 4 月 27
日

Good filter.

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/filter-anything/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Filter Anything〉的開發相關工作。

參與者

 *   [ Kalrav Joshi ](https://profiles.wordpress.org/vardaamkalrav/)

[將〈Filter Anything〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/filter-anything)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/filter-anything/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/filter-anything/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/filter-anything/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/filter-anything/)。

## 變更記錄

#### 0.1

Initial release.

#### 0.1.1

 * Feature: Sort by and Total records counter added
 * Improvement: Prevent shortcode from being used multiple time on same page
 * Fix: Allow results to show even when no filters are selected
 * Fix: jQuery issues in Traditional themes is fixed, Now Filter will work even 
   if jquery is added in footer

#### 0.1.2

 * Fix: Taxonomy and Post type selection on filter is now lazy loaded. So, all the
   lately registered post types and Taxonomies can be selected
 * Fix: Hooks are modified to avoid conflicts
 * Fix: css changes applied to better support Enfold theme

#### 0.1.3

 * Improvement: To show only child terms in filter you just need to enter slug instead
   of termID*
 * Fix: Multiple checkbox filter was only applying last selected entry, This is 
   fixed now*
 * Fix: Added suppress_filters is query to prevent other plugins from interfering
   the results*

#### 0.1.4

 * Improvement: Added post html classes on each article for better CSS flexibility*
 * Improvement: Added Taxonomy Pre Filters support to restrict directory results
   for selected taxonomy terms*

## 中繼資料

 *  版本 **0.1.4**
 *  最後更新 **3 年前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 4.9 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.2.9**
 *  PHP 版本需求 ** 7.1 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/filter-anything/)
 * 標籤:
 * [ajax pagination](https://tw.wordpress.org/plugins/tags/ajax-pagination/)[directory](https://tw.wordpress.org/plugins/tags/directory/)
   [filter](https://tw.wordpress.org/plugins/tags/filter/)[post filter](https://tw.wordpress.org/plugins/tags/post-filter/)
 *  [進階檢視](https://tw.wordpress.org/plugins/filter-anything/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/filter-anything/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/filter-anything/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/filter-anything/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/filter-anything/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/filter-anything/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/filter-anything/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/filter-anything/reviews/)

## 參與者

 *   [ Kalrav Joshi ](https://profiles.wordpress.org/vardaamkalrav/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/filter-anything/)