Tagged Questions
0
votes
1answer
150 views
Check is category parent with ids from the childs - get_term_children
I have a hierarchical category list, like:
A (Parent Category)
- B (Child Category)
- C (Child Category)
- D (Child Category)
B (Parent Category)
- E (Child Category)
- F (Child Category)
...
1
vote
1answer
621 views
Child pages on hierarchical Custom Post Types 404s
I've been working with Custom Post Types lately and haven't had any major problems. This time I'm trying something new. I want to create a CPT which basically works like Pages, with page hierarchy.
...