-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
100 lines (62 loc) · 2.98 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
=== Media Library Filter ===
Contributors: datafeedr.com
Donate link: http://www.datafeedr.com
Tags: media library, filter, terms, category, categories
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 4.4
Tested up to: 6.6-RC2
Stable tag: 1.0.12
Filter the media in your library by the taxonomies and terms with which they are associated.
== Description ==
This plugin adds 2 drop down menus to your Media Library (WordPress Admin Area > Media) which enable you to filter the media in your library by the taxonomies and terms (ie. categories) your media is associated with.
Media is generally "attached" to Posts, Pages, Custom Post Types, etc. All these types of posts can be associated with taxonomies and terms. This plugin allows you to filter media which is attached to any type of post by the taxonomies and terms related to those posts.
Plugin inspired by [answer on StackExchange](http://wordpress.stackexchange.com/a/126873).
**Limitation**
The filters are only available when viewing your Media Library in ["list" mode, not "grid" mode](https://res.cloudinary.com/dpq5gf23t/image/upload/v1699630258/Plugins/list-mode_mobdn5.png).
[View screenshot for more explanation](https://res.cloudinary.com/dpq5gf23t/image/upload/v1699630258/Plugins/list-mode_mobdn5.png).
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload the plugin files to the `/wp-content/plugins/media-library-filter` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Filter your media here WordPress Admin Area > Media > Library > List mode
== Frequently Asked Questions ==
= Does this work with custom post types? =
Yes.
= Does this work with custom taxonomies? =
Yes.
= Can I filter media by post meta, too? =
No.
== Screenshots ==
1. Screenshot of the taxonomy and term filters on the Media Library page.
== Changelog ==
= 1.0.12 - 2024/07/05 =
* Updated "tested up to" value
= 1.0.11 - 2020/11/10 =
* Updated "tested up to" value
= 1.0.10 - 2020/03/08 =
* Update for WordPress 5.7.
= 1.0.9 - 2020/12/01 =
* Update for WordPress 5.6.
= 1.0.8 - 2020/11/03 =
* Fixed PHP Notice: Trying to access array offset on value of type bool in ~/wp-content/plugins/media-library-filter/media-library-filter.php on line 421
* Fixed PHP Notice: Trying to access array offset on value of type bool in ~/wp-content/plugins/media-library-filter/media-library-filter.php on line 422
* Fixed PHP Notice: Trying to get property 'label' of non-object in ~/wp-content/plugins/media-library-filter/media-library-filter.php on line 230
= 1.0.7 - 2020/03/11 =
* Updated readme.
= 1.0.6 - 2019/11/12 =
* Updated readme.
= 1.0.5 - 2019/05/06 =
* Updated readme.
= 1.0.4 - 2019/02/19 =
* Updated readme.
= 1.0.3 =
* Updated readme.
= 1.0.2 =
* Added README.md for Github page.
= 1.0.1 =
* Updated "Tested up to" version
= 1.0 =
* Initial release.
== Upgrade Notice ==
None.