rockstyle
Member
Posted 4 years ago #
Hello. What I can do? I want to have tags and categories separated. ( all in different mysql tables. f.e: wp_tags and wp_categories ). It painful, when ID of new categories get >100... Tags will be only for tagloud, and categories for real... I've got a Presell Page and i have to take it. For each entry i got about ~15 tags... It's got that WordPress have tags and categories both, but not in the same mysql table. It's stupid...
What I can do? I want to have tags and categories separated. ( all in different mysql tables. f.e: wp_tags and wp_categories ).
Well, you can rewrite about 40% of WordPress. That would do it. Anything less probably would not do it.
As for whether you consider it "stupid" or not, we're not really that interested. Tags and categories are both part of different taxonomies, which have terms associated with them, which associate to objects like posts or links. That's how WordPress works for now.