Custom taxonomies
There is a lot of questions appears about Custom Taxonomies, for example on the demo site https://demo.products-filter.com/working-with-hierarchy-drop-down you can see Hierarchy drop-down where locations are presented, and questions here how to create that Locations. This is just custom taxonomies created by plugin Custom Post Type UI which you can install for free from wordpress.org.
What’s wonderful – there is no restrictions with its names, and you can create in easy way taxonomy with the name which fits your business purposes.
To create your own taxonomy do next:
- go to wp-admin/admin.php?page=cptui_manage_taxonomies
- think and write taxonomy: slug, plural label, singular label
- using checkbox select ‘Products‘
- And what is important, scroll down and select Hierarchical as True
- Press button ‘Add Taxonomy‘
- Now you can go to Products -> Locations and add your own terms, which can has any hierarchy, in the case of demo it is: Country -> City -> District – but this is not a dogma and can be of your choice
- Using plugin BEAR – Bulk Editor and Products Manager Professional attach terms to the products
- That is all, now you can go to HUSKY panel, into first tab and activate this taxonomy to see it in the filter form
Troubles? Ask for Support!