-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathreadme.txt
106 lines (67 loc) · 2.49 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
99
100
101
102
103
104
105
106
=== (WCM) Filterama ===
Contributors: F J Kaiser, userabuser, kai-ser
License: MIT
Tags: admin, post, list, filter, categories, tags, post-tags, taxonomy, taxonomies
Requires at least: 3.5
Tested up to: 3.6
Stable tag: 1.2
== Description ==
Adds one taxonomy filter/drop-down/select box for each taxonomy attached to a
(custom) post types list in the admin post list page. Also adds a "match" button
so you can now "filter" the list by ALL or ANY taxonomy terms.
Available in English & German. Translations welcome. Just grab the .pot file, translate the
single string and/or send us an email or file a pull request on GitHub.
= (WCM) WeCodeMore =
WeCodeMore is your label for high quality WordPress code from renowned authors.
If you want to get updates, just follow us on…
* [our page on Google+](https://plus.google.com/b/109907580576615571040/109907580576615571040/posts)
* [our GitHub repository](https://github.com/wecodemore)
== Installation ==
1. Upload the `filterama` folder to the `/wp-content/plugins/` directory
1. Activate the (WCM) Filterama plugin through the 'Plugins' menu in WordPress
1. Done
== Frequently Asked Questions ==
= Can I match by any term instead of all? =
Preparation for this feature is in production. Expect it with a future version.
== Screenshots ==
1. The Plugin in action on a custom post type
== Changelog ==
= 1.2 =
* Updated custom Walker to align with defaults from WP Category Walker props @hughc
= 1.1 =
* Simplified internals
* Added custom walker
= 1.0 =
* Release ready
= 0.5 =
* Fixed hierarchical display of hierarchical taxonomy select elements
* Now uses a core function
* Sorts elements by parent
* Added .pot catalogue
* Added translation files for EN and DE
* Fixed translation file loading
= 0.4 =
* Added l18n/translation loading
* Intercept on pre_get_posts to alter the tax query for "match"
= 0.3.5 =
* Added base file
* Split into separate files: bootstrap, filters, match
* Wrapped up in several classes
* Smartened up loading logic
= 0.3.4 =
* Code readability improvements
= 0.3.3 =
* Added Milestones & GitHub Issues for 0.4 & 0.5
* Added "Match" button
* Added "Match" query string filter
* Added term ID fetching method
= 0.3.2 =
* Fix "match all" query
= 0.3.1 =
* Decent optimisations
= 0.3 =
* Repo ready
* Added screenshot
* Added readme.txt
== Upgrade Notice ==
* Nothing. Things just work like a charm.