Hey,
I created a custom post type called: “Reading List”
This post type has custom fields for things such as: author, book title, link to purchase, and image of cover
I created a custom skin in essential grid to display this information.
I then created custom meta keys within essential grid and used the meta references so they would all link up to the appropriate custom field on the post type.
Everything seems to be working just fine, but I have one issue that I can’t seem to solve.
When I try to display the image, setting the %image% custom meta as the src value for the img tag, it only returns the media ID and not the url for the image.
I went to custom fields and double checked that the return was set to “image url”, not array or media ID. but it’s still not working.
Anyone know how to fix this?