I have a custom post type "podcast" with a custom taxonomy "genre" and there is a custom field within this custom post type "headshot-image".
I"m am trying to use view to make a shortcode that will be displayed within a widget.
I would like to query for a related "podcast" based on "genre" and then I would like it to display the "headshot_image" with the "title" under as a link.
I'm a rookie to metabox and I don't know what I'm doing wrong. I'm also an amateur coder.
Thanks for your help.