forked from crowdfavorite-mirrors/parent-category-toggler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
40 lines (28 loc) · 1.02 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
=== Parent Category Toggler ===
Contributors: blobaugh, guar, freshmuse, Aw Guo, NikV
Tags: category, toggle, parent
Requires at least: 2.5
Tested up to: 4.0
Stable tag: trunk
Automatically toggle the parent categories when a sub category is selected.
== Installation ==
1. Unzip the zip package in your plugin folder
2. Activate it in your wp-admin menu :)
== FAQ ==
= Can I control which categories automatically toggle? =
Absolutely! version 1.2 introduced a filter called super_category_toggler.
Pass back an array of categories you want to toggle and the rest will be excluded
by default.
== Screenshots ==
1. A simple introduction:
== Changelog =
== 1.3.1 ==
* Verify working with WP 4.0 Alpha
== 1.3 ==
* Updated functionality to 3.7.1
= 1.2 =
* Added filter super_category_toggler to control which taxonomies will automagically toggle ( Props guar )
= 1.03 =
* Plugin maint taken over by Ben Lobaugh due to abandonment
* Tested up to version updated
* Bumped back into the repository