Hello. Thank you for contacting the Toolset support.
To display the parent field value on single child post you should add a shortcode using the shortcode module:
<ode>
[types field='field-slug' item='@memeber-club-role-position.parent'][/types]
[/php]
Where:
- Replace your custom field slug with field-slug
So...if I wanted to show the First Name of the Chairman, where do I designate that I need the 'Chairman's' first name as apposed to the fkirst name of one of the other Role/Postitions in the 'Custom Type' 'role-position' eg. like Finance Director.
It important that where you want to display the content and what content.
I need to know on which page/post you want to display what? are you on single parent post or child post? Can you please share the problem URL and access details so I can check your relationship and data structure and tell me what field you want to display.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Well - I see the about us page is a single page which has no connection with the post type member as well as Roles/Position.
To display the chairman's first name field which is a part of the Member post type, you should create a view and add filter by post ID and add the post id of "Chairman" post's and then display the related post.
So - i've added the view as given under - where 7982 is the chairman post ID;
[wpv-view name="view-display-member" ids="7982"]
And created the view - where we are displaying the first name: hidden link