Hello,
I have a site with multiple custom post types, each with set of Custom Fields. Client now wants to merge these custom posts into one single CPT (no problem). But is it possible to merge these sets of post types' CFs into a new CF item (of course of the same type, e.g. to join values of several Date Fields into one, several Single Lines values into one, etc.).
Hope this "equation" helps:
----------------
Initial situation:
CPT A -> CF1 item -> Single line X value
CPT B -> CF2 item -> Single line Y value
Result var. A:
CPT B -> CF2 item -> Single line Y value = { CPT A -> CF1 item -> Single line X value } + { CPT B -> CF2 item -> Single line Y value }
Result var. B:
CPT C -> CF3 item -> Single line Z value = { CPT A -> CF1 item -> Single line X value } + { CPT B -> CF2 item -> Single line Y value }
Hope I made myself clear 🙂
Thanks in advance for any help.
Tom
My issue is resolved now. Thank you!