Tagged Questions
0
votes
2answers
243 views
How to get custom image field of specific post id
I have a page where I'm pulling in content from another post, outside of the loop.
I've been successfull at getting the content of the specified post, but I cannot get the image from a custom field ...
0
votes
1answer
765 views
How to get both image attachment ID and url
I am using advanced custom fields repeater-field to get the image url like this:
<?php the_sub_field('billede'); ?>
But I also want to get the attachment ID for the image, to be used for ...