2
votes
0answers
38 views

Automatically populate a hierarchical taxonomy from a custom field

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 with a date in it (format: yyyy-mm-dd-t). When a post is published or edited, I would like ...
0
votes
1answer
227 views

how to store values in database at hierarchical view

In my project i need to create restaurant menu card,i want to insert values given below -menus(like dinner,lunch,breakfast) . -menu_group(like soup,juice) . . -menu_item ...