Category tree is flattened inside admin upon saving
Is there a way to avoid WordPress “flattening” the category tree when a child category is selected? This applies to both custom taxonomies … Read more
Is there a way to avoid WordPress “flattening” the category tree when a child category is selected? This applies to both custom taxonomies … Read more
The question is simple. Imagine that I have a post named ‘Single Post’ which is inside the category ‘sub-cat’ which is a child … Read more
I have created a hierarchical custom post type called events and have used wp_list_pages to list the sub-posts for each event post (See … Read more
I found this snippet in a different thread and it mostly does what I need, but I’m having trouble wrapping the individual pages … Read more
I’ve got a vexing how-to that I’ve not found any help on. I have a custom post type that has a custom field … Read more
this is my situation: I have a Custom Post Type named struttura (like accommodation): function custom_post_struttura() { $labels = array( ‘name’ => _x( … Read more
Question: What is the best way to create a hierarchy structure (also called parent/child relationships) between custom post types? For example, we currently … Read more
The website uses – A) A hierarcical Custom Post Type “Destination” to support the following structure, so each tier of the hierarchy could … Read more
I need to add product categories to WordPress menu, but when I’m doing this with WP interface it lose the hierarchy I tried … Read more
I’ve been combing this site and google for the answer and I’ve come up completely empty. Basically I want to do exactly what … Read more