Mô tả
Did you ever wanted to filter posts by a taxonomy (e.g. Category, Tag) on your admin screen and you had no option to do so? Fear not, here is a plugin that can help you out!
You’ll have a nice select box that allows you to filter posts by any taxonomy term you want.
It works for any post type that have a defined taxonomy; it doesn’t matter if is a built in post type (post, page) or a custom post type.
Cài đặt
This section describes how to install the plugin and get it working.
- Unzip the plugin to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Hỏi đáp
- A note about performance
-
Because the plugin loads all available terms, you may see a performance impact if you have tons of used terms (e.g. tags).
Right now there is no caching involved, but I’m planning to add it if is requested.
Đánh giá
Người đóng góp & Lập trình viên
“Filter Post Types by Taxonomy” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Filter Post Types by Taxonomy” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- Initial Version