Hey All.
I created a custom post type that uses a custom field that relates to another custom post type (recipes that are related to products).
I am attempting to reference this product to display the image/title/url on the page for the Recipe but am running into trouble. I am trying to use this as my dynamic content but it doesn’t seem to work.
{{dc:post:meta post="{{dc:post:meta key=‘featured_product’}}" key=“product_picture_1”}}
Is there a way I can save the {{dc:post:meta key=‘featured_product’}} as a variable that can then be passed to {{dc:post:meta post="[variable would go here]" key=“product_picture_1”}} in order to pull the url of the product image that is connected to the recipe?
Thanks! Let me know if I need to explain it more clearly.