[WordPress] 外掛分享: Taxonomy Filter

WordPress 外掛 Taxonomy Filter 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Taxonomy Filter」是 2014-11-11 上架。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2024-04-27,距離現在已有 372 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
  • 有 14 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

lando1982 |

外掛標籤

tag | admin | filter | category | usability |

內容簡介

Taxonomy filter是一個簡單靈活的外掛,允許用戶在管理頁面內過濾層次性詞彙分類。如果您需要簡化管理頁面上的標籤和分類,這個外掛會讓您更容易。它會添加一個自定義的輸入欄位(僅限於已配置的詞彙分類),您可以使用它來過濾所有詞彙分類列表。

想像一下,在文章管理頁面上有太多的標籤,需要花費大量的時間滾動長列表或使用傳統瀏覽器搜索框搜索標籤。有了“Taxonomy filter”插件,您可以在非常短的時間內搜索、選擇和選擇標籤,大大提高效率!

此外,您需要設置哪些詞彙分類需要啟用“Taxonomy filter”。安裝並啟用外掛時,會在設置部分添加一個管理頁面。在此頁面中,所有有效的詞彙分類會自動列出,您有兩個選擇:

啟用文章管理頁面(可開關過濾欄位)
如果詞彙分類為空,隱藏過濾欄位

如果您想進行快速編輯,還可以在批量編輯部分中管理詞彙分類過濾器。

如果在您的主題中使用了“manage_edit-post_columns”過濾器更改了文章列,您需要添加另一個過濾器來應用詞彙分類過濾器批量部分。
例如:

add_filter('manage_edit-post_columns', 'taxonomy_filter_manage_bulk_columns', 99, 1);
add_filter('manage_edit-_columns', 'taxonomy_filter_manage_bulk_columns', 99, 1);

它僅適用於層級詞彙分類(包括預設類別和自定義詞彙分類)。

啟用詞彙分類過濾器後,在用戶個人資料頁面和詞彙編輯頁面中顯示選擇隱藏詞彙分類的部分。
在用戶個人資料頁面中,您可以為每個用戶選擇從管理頁面內的層級詞彙分類中移除的詞彙分類列表。
默認情況下,所有詞彙分類都在管理頁面內的層級詞彙分類部分中可見。您只能從最多兩個階層中選擇,但隱藏項目的所有子項目都會自動從管理頁面中刪除。請記住,隱藏的詞彙分類無法進行搜索和過濾。
在編輯詞彙頁面中,您可以選擇(對於所有用戶)是否從管理頁面內的層級詞彙分類中刪除(隱藏)該詞彙。

使用方法

進入WP-Admin ->文章 ->新增文章。
在頁面側邊欄中找到輸入過濾欄位。
選擇標籤過濾清單。

連結:作者網站

原文外掛簡介

Taxonomy Filter is a simple and flexible plugin which allow users to filter hierarchical term taxonomies inside admin pages. If you need to simplify your tags and categories research on admin pages, this plugin will make it easier for you. It adds a custom input field (only for configured taxonomies) that you can use to filter a every taxonomy list.
Imagine having too many tags on your post admin page and having to lose so much time scrolling a long list of items or having to search for a tag with the classic browser search box. With “Taxonomy Filter” plugin you can search, choice and select tags in a very short time, a great gain!
In addition, you have to setup which taxonomies should have “Taxonomy Filter” activated. When you install and activate the plugin, an admin page is added on settings section. In this page are automatically listed all valid taxonomies, you have two options:

enable on post management pages (allow you to turn on/off filter field)
hide filter field if taxonomy is empty

You can also manage taxonomy filters into bulk edit section if you want to perform a quick edit.
If in your theme you have changed post columns using the ‘manage_edit-post_columns’ filter, you need to add another filter to apply the taxonomy filter bulk section.
For example:
add_filter('manage_edit-post_columns', 'taxonomy_filter_manage_bulk_columns', 99, 1);
add_filter('manage_edit-_columns', 'taxonomy_filter_manage_bulk_columns', 99, 1);

It works only with hierarchical taxonomies (both default categories and custom taxonomies).
When you enable a taxonomy filter, a section for choosing hidden taxonomy terms is displayed in user profile page and in term edit pages. In user profile page you can select (for each user) a list of taxonomy terms that are removed from hierarchical term taxonomies inside admin pages.
By default, all taxonomy terms are visible in the hierarchical term taxonomies sections inside admin pages. You can choose only from max 2 nested levels but all the children of a hidden term are automatically removed from admin pages. Keep in mind that the hidden terms are not searchable and filterable.
In edit term page you can select (for all users) if term should be removed (make hidden) from hierarchical term taxonomies inside admin pages.
Usage

Go to WP-Admin -> Posts -> Add New.
Find the input filter field on page sidebar.
Select tags filtering list.

Links: Author’s Site

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Taxonomy Filter」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


2.2.2 | 2.2.3 | 2.2.4 | 2.2.5 | 2.2.6 | 2.2.7 | 2.2.8 | 2.2.9 | trunk | 2.2.10 | 2.2.11 | 2.2.12 | 2.2.13 |

延伸相關外掛(你可能也想知道)

  • Redux Framework 》Redux – 快速在 WordPress 的 Gutenberg 中建立完整頁面, , 使用我們不斷更新的 WordPress 區塊模板、版面配置和模式強化 Gutenberg 編輯器。發現無限可能,...。
  • Loginizer 》Loginizer 是一個 WordPress 外掛,可幫助您對抗暴力攻擊,當 IP 地址達到最大重試次數時,該外掛會阻止其登錄。您可以使用 Loginizer 將 IP 地址列入黑名單...。
  • LightStart – Maintenance Mode, Coming Soon and Landing Page Builder 》這款 WordPress 外掛可讓您在維護網站時顯示一個維護頁面,讓訪客知道您的網站是暫時關閉的,也可以為新網站新增「即將到來」頁面,同時也可為現有網站創建登...。
  • Admin Menu Editor 》Admin Menu Editor 可讓您手動編輯儀表板菜單。您可以重新排序菜單,顯示/隱藏特定項目,修改權限等等。, 功能, , 更改菜單標題、URL、圖標、CSS 類等。, 通...。
  • White Label CMS 》White Label CMS 外掛針對開發者設計,提供客戶更具個性化且易於使用的內容管理系統。, 詳細瞭解 2.0 版本外掛變更,請參閱 Video User Manuals 網站。, 功能...。
  • Orbit Fox by ThemeIsle 》透過Orbit Fox,您可以使用各種模組擴充您的主題功能,例如社交媒體分享按鈕和圖示、自訂選單圖示、頁首和頁尾腳本、一鍵導入頁面模板、頁面建構器附加元件和...。
  • InfiniteWP Client 》InfiniteWP 可讓使用者從自己的伺服器管理無限數量的 WordPress 網站。, 主要功能:, , 自行託管系統:位於您自己的伺服器上,完全受您控制, 一鍵更新所有網站...。
  • Header and Footer Scripts 》如果您正在運行 WordPress 網站,早晚都需要將某種代碼插入到您的網站上。最有可能的是網頁分析代碼,例如 Google Analytics,或者是社交媒體腳本、某些 CSS ...。
  • Admin Columns 》這個 WordPress 外掛可以管理並整理文章、使用者、評論及媒體列表的欄位。它讓 WordPress 後台界面變得更美觀、明確。, , Admin Columns Pro, Admin Columns ...。
  • Nested Pages 》Nested Pages 是什麼?, , , 提供直覺且易於操作的拖放介面,以管理網頁結構及文章排序, 增強了快速編輯功能, 新增可編輯、可排序的樹狀表示網站頁面結構, 會...。
  • Disable REST API 》這是最全面的 WordPress REST API 存取控制外掛!, 輕鬆安裝,安裝後不需要額外設定即可使用。只需上傳並啟用,整個 REST API 將無法被一般訪客存取。, 但如...。
  • Advanced Custom Fields: Extended 》🚀 全方位增強套件,可改進WordPress和Advanced Custom Fields。此外掛旨在提供一個強大的管理框架,涵蓋了眾多改進和優化。, 此外掛需要至少 ACF Pro 5.8。,...。
  • Widget Shortcode 》這個短碼需要小工具的ID,但不需要猜測,外掛會為你生成代碼。如果你想要覆蓋小工具的標題,你可以使用 "title" 參數:, [widget id=”text-1″...。
  • All In One Favicon 》查看最新的WordPress交易以優化您的網站。, All In One Favicon為您的網站和管理頁面添加favicon。, 您可以使用您已經上傳的favicon或使用內置的上傳機制將fa...。
  • Add From Server 》這個外掛提供有限的支援。請不要期望有太多新功能或修正 bug。功能可能隨時被移除。, Add From Server 外掛旨在幫助緩解不好的網站主機所造成的困擾,讓您可...。

文章
Filter
Apply Filters
Mastodon