Replies: 0
Hello, I’m redesigning a website with a few thousands of articles, and a mess of categories, tags, and custom fields.
What could be the easiest way to bulk edit a few thousand posts based on a set of rules?
For example:
- if post has TAG1, TAG2, or TAG3, then assign NEWCAT1
- if post CUSTOMFIELD1 = XXX, then assign NEWCAT2
- if post has OLDCAT2, then set NEWCUSTOMFIELD2 = YYY
- etc…
How would you do that?