跳至主要內容
WordPress.org

Taiwan 正體中文

  • 佈景主題目錄
  • 外掛目錄
  • 最新消息
  • 技術支援
  • 關於我們
  • 團隊
  • 取得 WordPress
取得 WordPress
WordPress.org

Plugin Directory

Filter Custom Fields & Taxonomies Light

  • 提交外掛
  • 我的最愛
  • 登入
  • 提交外掛
  • 我的最愛
  • 登入

filter-custom-fields-taxonomies-light

由 websupporter 開發
  • 詳細資料
  • 使用者評論
  • 開發資訊
技術支援

外掛說明

這個外掛已於 2024 年 2 月 2 日關閉,且不提供下載。 原因: 安全性問題

使用者評論

Good Plugin. Need Pro version.

directoryprofessional 2021 年 5 月 30 日
Very good plugin. we need pro version which is not available on the given link.

After years still a very good plugin

Pandasonic2 2020 年 5 月 16 日
I’m very sad about the decision to stop development of this plugin. It’s still now one of the best plugin to filter ACF fields

Change order of results

spay18 2020 年 4 月 7 日
Hi, how can I customize the order of the results in alphabetical order? Thanks so much

Nice one

aiframe 2016 年 12 月 1 日 1 則留言
Great functionality, and as my prior mark – 5 stars for code. Not often today you’ll find a plugin with clean and readable code. Found and edited all the things I was need for my project in a couple of minutes. ———————————————- Dev, I’ve got a problem in ur free-version. elseif( $val['type'] == 'checkbox' ): $args['meta_query'][] = array( 'key' => $data_value, 'value' => $_POST['data'][ $key ]['val'], 'type' => 'CHAR', 'compare' => 'IN' ); Now imagine you have meta_field “array of chars” And your post #1 have it set like “fish, cat” And your post #2 have it like “dog, duck” You place a “checkbox” of that custom field with 4 values to check. You check only “cat” and get post #1 in the results. You check only “dog” and get post #2 in the results. You check both “cat” and “dog”. What will you get? 0 found? Nah, you’ll get 2 posts found. To allow WHERE IN of meta_query to EXACT match your array of checks you need to replace code above with: elseif( $val['type'] == 'checkbox' ): foreach( $_POST['data'][ $key ]['val'] as $meta_val ): $args['meta_query'][] = array( 'key' => $data_value, 'value' => $meta_val, 'type' => 'CHAR', 'compare' => '=' ); endforeach; And here comes an option to set different ‘relation’ of meta_query, like OR or AND.

Simple and awesome

relync 2016 年 9 月 3 日 2 則留言
This filter is very simple to use! However, is it possible for the checkbox to align horizontally instead of being placed one on top of each other? Takes up quite a bit of space when they are lined up on top of each other. Other than that, it is a great plugin to have!

For what it does, it does well

nmgwp 2016 年 9 月 3 日
It does not have a lot of exciting cool features, but ehat id does have is useful. Give it a try.
閱讀全部 18 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Filter Custom Fields & Taxonomies Light〉的開發相關工作。

參與者
  • websupporter

將〈Filter Custom Fields & Taxonomies Light〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

中繼資料

  • 版本 1.05
  • 最後更新 10 年前
  • 啟用安裝數 無
  • WordPress 版本需求 3.5 或更新版本
  • 已測試相容的 WordPress 版本 4.4.34
  • 語言
    English (US)
  • 進階檢視
  • 關於我們
  • 最新消息
  • 主機代管
  • 隱私權
  • 展示網站
  • 佈景主題目錄
  • 外掛目錄
  • 區塊版面配置目錄
  • Learn
  • 技術支援
  • 開發者資源
  • WordPress.tv ↗
  • 共同參與
  • 活動
  • 贊助基金會 ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Taiwan 正體中文

  • 查看我們的 X (之前的 Twitter) 帳號
  • 造訪我們的 Bluesky 帳號
  • 造訪我們的 Mastodon 帳號
  • 造訪我們的 Threads 帳號
  • 造訪我們的 Facebook 粉絲專頁
  • Visit our Instagram account
  • Visit our LinkedIn account
  • 造訪我們的 TikTok 帳號
  • Visit our YouTube channel
  • 造訪我們的 Tumblr 帳號
程式碼,如詩
The WordPress® trademark is the intellectual property of the WordPress Foundation.