Opened 5 years ago
#48220 new defect (bug)
Category Dropdown Layout Issue
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | major | Version: | 5.2.3 |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description
I have 2 websites. One is using WordPress 5.2.3 and another one is WordPress 4.9.10.
So now problem is with category Dropdown layout.
If you will check below code on both versions with nested subcategories you will see the difference.
<?php wp_dropdown_categories( 'show_count=1&hierarchical=1&child_of=2' );
Nested Category Example :
Home
Landscape & Urbanism
Campus
Masterplan
.......
Issue :
On latest version of WordPress dropdown not showing subcategories name (Example : Landscape & Urbanism)
Please help me to sort out this issue.
Thanks
Attachments (1)
Note: See
TracTickets for help on using
tickets.