Hi,
I've cretaded a custom post type Expert, and a 1:N relationship Experts (1) -> Posts (N). Experts is the post type parent (From) and Posts the post type child (To) of the relationship.
I've added some custom fields (such as Name and Age) to Experts post type using Metabox plugin. I am using Elementor PRO for designing the single post template for Posts and I want to include the values of the Expert parent custom fields (Name, Age) related to the particular Post in the Posts template.
I know how to refer to the Post custom fields from Elementor PRO using Dynamics Tags and selecting Meta Box field but I don't know how to refer to the values of the parent Expert post type.
How can I do that? Is it possible?
Thanks