-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
82 lines (60 loc) · 2.65 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
=== Category Dropdown by GCS Design ===
Contributors: cguntur
Tags: WordPress Category Dropdown, child category dropdown, Ajax WordPress category, Parent and Child Categories
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.0
Stable tag: 1.9
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Display a parent and child categories in a dropdown. Works with custom taxonomies and WooCommerce product categories.
== Description ==
WP Category Dropdown plugin displays parent and child categories in a dropdown. You can select the parent category and display a dropdown for the child categories of the selected parent. If the selected parent category does not have a child category, you will be automatically directed to the category page.
You can use the shortcode or the widget to display the dropdown categories.
You can learn more at [gcsdesign.com/wp_category_dropdown](https://www.gcsdesign.com/wp_category_dropdown)
== Installation ==
= Using The WordPress Dashboard =
1. Navigate to the \'Add New\' in the plugins dashboard
2. Search for \'wp category dropdown\'
3. Click \'Install Now\'
4. Activate the plugin on the Plugin dashboard
= Uploading in WordPress Dashboard =
1. Navigate to the \'Add New\' in the plugins dashboard
2. Navigate to the \'Upload\' area
3. Select `wp-category-dropdown.zip` from your computer
4. Click \'Install Now\'
5. Activate the plugin in the Plugin dashboard
= Using FTP =
1. Download `wp-category-dropdown.zip`
2. Extract the `wp-category-dropdown` directory to your computer
3. Upload the `wp-category-dropdown` directory to the `/wp-content/plugins/` directory
4. Activate the plugin in the Plugin dashboard
== Frequently Asked Questions ==
= Does the dropdown work with custom taxonomies? =
Yes! It works with custom taxonomies.
== Screenshots ==
1. The dropdown widget
2. Dropdown widget display on the front end
== Changelog ==
= 1.9 =
* FIxed the Cross-Site Scripting issue caused by the align parameter in the block
* Changed the name of the plugin to remove the 'WP' from the name
= 1.8 =
* Fixed the issue of default text going to 404 page
= 1.7 =
* Updated to work with WP 6.0
= 1.6 =
* Multiple dropdowns can be added on the same page
* The hide empty categories and the show count options now work for both parent and child category dropdowns
= 1.5 =
* Added align support to the category dropdown block
= 1.4 =
* Categories can be excluded from the dropdown
= 1.3 =
* Added a block to display the parent and child category dropdowns
= 1.2 =
* The plugin works with the custom category base in permalinks settings
= 1.1 =
* Fixed the issue of sub categories not showing up properly
= 1.0 =
* First release