Home › Forums › Backend Issues (wp-admin) › WP Media Uploader missing Attachment Display Settings › Reply To: WP Media Uploader missing Attachment Display Settings
Hi @mccawphoto
Your code shows that you have not fully grasped the concept of how the data is loaded.
Your code contains:
$size = "full"; // (thumbnail, medium, large, full or custom size)
$image = wp_get_attachment_image_src( $attachment_id, $size );
But what is $attachment_id?
Also, why does your code not contain a has_sub_field loop?
Can you please double check the documentation for this has_sub_field function and fully understand how you can get sub field data, then, please feel free to ask any specific questions.
Thanks
E
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.