Archive page showing nothing – issue with WordPress Hierarchy?
I’m building a theme and I’ve found it all pretty simple and straightforward. However, I can’t figure out why I have a totally … Read more
I’m building a theme and I’ve found it all pretty simple and straightforward. However, I can’t figure out why I have a totally … Read more
Hierarchical taxonomy of custom post type ‘projects’ > ‘projects_category’. Two example ‘projects_category’ hierarchies would be: Big Corporates > 1st Company Name > A … Read more
I’ve made a Gutenberg block which is only appropriate to show on hierarchical post types, so I want to disable it from the … Read more
If you have a category called “term” and a subcategory called “subterm”, your can access subterm posts at /cat/subcat. But this doesn’t work … Read more
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, … Read more
The objective is to ensure that when editing a post, the metabox that lists a hierarchical taxonomy doesn’t reorder itself upon Update to … Read more
Been looking for someone with this same problem for hours now so I decided to post my own thread. I have a hierachical … Read more
I have a custom post type called Event which is registered like this: add_action(‘init’, ‘register_custom_post_types’); function register_custom_post_types() { $event_capabilities = array( ‘publish_posts’ => … Read more
Lets say I have created two custom post types A and B. Those post types are displayed in the Admin menu one after … Read more
I have been trying google for this, but not so easy to search for. I have a custom hierarchical taxonomy, something along the … Read more