If it’s the slug, that’s easily editable in the admin area.
If it’s the database ID… you’ll need to do a whole lot of manaul editing directly in the database. So back up, and keep backing up… you will make mistakes (everyone does, it’s not easy) and see what you can do.
]]>To be honest, I didn’t realise there was more than one type.
When I set up Gravity Forms on the site, I added the Cat IDs I found by hovering over the category links and finding the ID in the URL at the bottom left of my browser page. I don’t know which IDs those are but those are the ones used by Gravity Forms and some other scripts.
Although it may be the other type of ID is also necessary to change — but I don’t know what the original ID is for any other kind.
Any ideas?
]]>To be honest, the easy thing to do is go back and set up the new ID’s in Gravity Forms or any other systems that you’re using. In the long run that will be less painful then trying to re-do things any other way.
]]>So, if anyone can please give me a link, or tell me, how to return the Cat ID’s to their original values, I would be very happy.
Thanks.
]]>What you need to do is use a database management tool like phpMyAdmin. Most hosting accounts will have this set up. From there find the tables for the terms, and that is where it gets hard.
There’s three tables that you have to be concerned about:
You can find the ID if the terms that you want to use and modify those to match what they should be. BUT… the very tricky part is that every entry that corresponds to that term in the other tables must be changed to the same ID as well. If there’s anything wrong things will crash.
And to make it harder, there’s most likely other terms set up now that are using the ID’s that you want to use, so you will need to find out all of those first, and change those to something else, and then go back and change your original terms.
It is very complicated and not something that I’d reocmmend anyone doing unless they really know what they are doing.
Just remember – Keep backups! backup your database before you start. Back it up again after every successful change that you have, and keep these backups stored and labled correctly so you know which one is which.
That’s pretty much it. There’s no easy way of doing what you want to do, so good luck. ??
]]>