[ad_1]
I use CPT UI plugin to create “custom post types” on my site, which function as categories, with individual posts sitting under those categories. However, I often find myself having to duplicate posts as I have a “News” section on the website, and everything that gets published needs to go under there as well. Is there a way to quickly copy over posts from one category into another?
Would be grateful for any advice!
[ad_2]
I can’t tell if you want the posts moved to a new cpt or to be in 2 cpts.
Post type relationships are just a field in wp_posts. I’ve never tried adding 2 values. There may be a way to hack that. But it would be way outside the intent of the function. And I assume it won’t work.