Questions tagged [hierarchical]
A way of arranging items where an item can be a parent or child of another. Categories are an example of a hierarchical taxonomy.
260 questions
0 votes
1 answer
73 views
Confused over difference between post and menu hierarchy
I tried to edit the post order and parent in the pages menu. All is well in the database but when I went to the menus menu the only thing I could see was a flat view of everything. Again I changed it ...
1 vote
1 answer
150 views
Website parent child relationship
My client has a well established Wordpress website which is currently set out as below: website/properties/property-development-name/unit We have been advised for SEO purposes that rather than the ...
0 votes
1 answer
75 views
How to have a hierarchy of custom post types and use two of them in the permalink?
General Setup I'm working on a setup to create a documentary/wiki site for a company. The site should have three different levels of hierarchy and one type of content at the lower end: level 1: area (...
0 votes
1 answer
88 views
List all posts in hierarchy and groupped by each taxonomy
i need some helps to list all my posts from my custom post type in hierarchy structure (like wp_list_pages) and groupped by each Taxonomy. i've tried to use wp_list_pages() but i don't know how to ...
0 votes
0 answers
32 views
How to develop Knowledge center in WordPress Website
I need to develop Knowledge Center Concept in my Website, where I can Publish Blog Posts, Case Studies, Customer Success Stories, Info-graphics & Whitepapers etc. How can i develop such concept in ...
0 votes
1 answer
2k views
Is possible hide hierarchical select dropdown created by jetsmartfilters? (only visual issue)
Is possible to hide child ("City") hierarchical select fields before parent ("State") choice? only visual issue. I did hide function in "JavaScript" but I couldn't join ...
0 votes
1 answer
46 views
Edit the_category (); for a hierarchical display
For my wp theme I want to use the categories as tags on my posts. Example: The problem is that the category in red must always be the parent and in gold the child. Except that returns the categories ...
1 vote
1 answer
63 views
Product subcat with duplicate name of a subcat of another cat gets the category name in the slug
Suppose the following categories tree in Woo: Men (slug men) -- Shoes (slug shoes / was created first) Women -- Shoes (slug shoes-women / was created second) Why is this happening? Both subcats ...
0 votes
3 answers
192 views
Show subChild categories
Targets : Show Locations (sub-districts & cities) on the customized shop page & on tab additional information - Show on line 5 I'm building a property site using wordpress and woocommerce. In ...
0 votes
1 answer
113 views
Setting Custom Post Type Parents/Hierarchies
I am looking to associate an Application post type as a child of a Job post type, where users can submit an Application that is tied to the Job it was submitted for. The end goal is to allow the ...
1 vote
0 answers
225 views
how to get the categories for a single product in a hierarchical way
It's the first time I write here, but I really appreciate your work from long time. Well, I know there is a very similar question, but I can't get out the solution for my particular case. In a ...
1 vote
0 answers
408 views
dividing sub-categories by parent category - WordPress
I am aware this question is very similar to previous questions however none of the provided answers seem to work for me. but my question is, how do I divide sub-categories by parent category? For ...
1 vote
1 answer
351 views
Redirect all child taxonomy to its parent
Is it possible to automatically redirect a child taxonomy to its parent, therefore not having a public page at all for the child taxonomy? Example: I have a taxonomy called venue, this is set up with '...
0 votes
1 answer
242 views
Custom taxonomy terms hierarchical navigation
I'm building a product catalog site and I created a product custom post type and a related product_type taxonomy. I added some products and created the following product_type terms: Books Classics ...
0 votes
1 answer
41 views
Having hierarchies inside Wordpress custom post type
I am trying to create a custom post type called DondeAmigo that accepts hierarchical pages. Example: I create a page called 'lewis', whose URL becomes: /donde-amigo/lewis. Then, I create a page called ...