-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
131 lines (83 loc) · 3.67 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
=== Display Categories Widget ===
Contributors: iteamweb
Donate link:
Tags: categories, widget, list categories, hide categories, select categories, level, Post categories, Categories display, categories widget, categories drop down
Requires at least: 4.0
Tested up to: 4.9.1
Stable tag: 2.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Display Categories Widget will display Child categories on your sidebar. Can be placed on widget in sidebar.
== Description ==
Display Categories Widget will display Child categories on your sidebar. Can be placed on widget in sidebar.
**Development**
Our development is being tracked on [GitHub URL](https://github.com/iteamweb/Display-Categories-Widget). Please fork, code, raise pull request, suggest improvements on GitHub.
**Features**
1. Limit number of categories that appears.
2. Exclude categories from display.
3. Restrict levels of categories that can be shown.
4. Display categories as list or dropdown.
5. Hide categories that does not have any posts.
6. Display/Hide number of posts available in categories.
7. Display/Hide category description on hover in title attribute
[youtube http://www.youtube.com/watch?v=hFwz-yDu710]
== Installation ==
1. Upload display-categories-widget folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to widgets page
4. Drag and drop the widget where ever you need
5. Choose the parent category to display the child categories in the front end
== Frequently asked questions ==
= Will the plugin show parent category? =
Yes its optional, if you need to make parent category visible you can enable from the widget
= Is the category sorted? =
The sorting order is ascending and it sorts on the name of the category
= Exclude categories does not work? =
Check if you have entered the category id's and not the category names.
== Screenshots ==
1. On the backend widget configuration can be made like this
2. This is how the widget will appear on your screen, you can add design to the class
3. Display categories with number of posts inside them
== Changelog ==
= 2.2 =
* Enable/disable display of category description
* Code formatting
* Removed Deprecated Constructor Method - Thanks https://github.com/frozzare
* Added sorting option by name, id, post count
= 2.1.0 =
* Ability to use more than 1 widget on same page with different parent categories
* Code formatting
= 2.0.2 =
* Bug fixes
* Added a label for dropdown non-selection case
= 2.0.1 =
* Removed deprecated WP_Widget
= 2.0.0 =
* Updated a widget screenshot
* Level of sub categories to be shown can be managed from widget settings
* Exclude categories that you dont want to show on the front end
= 1.0.9 =
* Added new screenshots
= 1.0.8 =
* Displaying the list of categories in columnwise (Optional)
= 1.0.7 =
* If nothing is selected then all categories will be displayed. Removal of deprecated functions
= 1.0.6 =
* Optional display for Dropdown or List view of categories
= 1.0.5 =
* Display Number of post in each categories
= 1.0.4 =
* Display Empty categories Option
= 1.0.3 =
* Display parent category show/hide option
= 1.0.2 =
* Limit the number of categories that is displayed
= 1.0.1 =
* Description Updated
= 1.0 =
* Initial release.
== Upgrade notice ==
== Support ==
= How to contact plugin support? =
We support through https://wordpress.org/support/plugin/display-categories-widget and http://www.iteamweb.com/open-source-softwares/wordpress/wordpress-plugins/display-categories-widget/
== Arbitrary section 1 ==