Hi all,
I have an WP installation and before send it live, I want to create a tree of categories for it. This tree consist of about 2000 items, so it's really bad idea to create them manually.
So, what options do I have? I looked into the table wp_terms, but didn't find anything like parent_id for category record.
Please advise what can I do... Thanks!