categories with same name, different parents
-
Is it possible to have two categories with the same name, but with different parents?
e.g.
Parent = test1, category = cat1
Parent = test2, category = cat1
It seems not, I get a dupe key error:
WordPress database error: [Duplicate entry ‘test1’ for key 2]
INSERT INTO wp_categories (cat_ID, cat_name, category_nicename, category_description, category_parent) VALUES (‘0’, ‘test1’, ‘test1’, ”, ‘6’)
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘categories with same name, different parents’ is closed to new replies.