Tagged Questions
0
votes
1answer
361 views
How to get source of custom meta image?
I'm working on a CPT (custom post type) page template and would like to get the source of custom meta image.
For post_thumbnail's this is rather easy using wp_get_attachment_image_src(), but if I ...
0
votes
1answer
166 views
Returning an image url from its attachment ID using a custom post type plugin
I'm using a custom post type plugin that returns an uploaded file's attachment ID instead of its url.
I've been able to get the image to display using wp_get_attachment_image_src as outlined in the ...