I am using Types and Views for a recipe website, and I have two custom post types (Recipes and Chefs). I've successfully created a view that displays all of the recipes (child) for each chef (parent), which I display on each chef's page, but I haven't been able to figure out a way to create a view that will display the custom field data for the chef (parent) on each recipe page.
For example, when someone goes to an individual recipe page, I want to display the name, photo, and other custom field info for the chef that contributed the recipe. Ideally I would like to be able to display the chef's info in the sidebar. Is this possible?
Thanks!