i have now got the instructors fields in backend , its fully functioning , creates , updates etc etc . using the abstract post sytem .
like this https://theeventscalendar.com/knowledgebase/abstract-post-types/
in my single-event.php(over-ride) i havethe following
`<?php echo $instructors[‘label’];
do_action (‘ tribe_get_linked_post_types’); ?>`.
how ever the label is not displayed or the instructor ? . the above snippet , i should have a clickable instructor no ?
i cannot see any other functions which would display the abstract post type ?