Support

Account

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