The get_children
function retrieves posts (an upoaded image is also a post) that are dependent on the post with a certain ID. An image becomes a child of a post when it is uploaded while editing that post. It does not become a child of a post when it is reused.
So if you are writing post A and upload image B, B will become a child of A. If you then write post C and include image B in a gallery, B will not become a child of C. If you use get_children
on C, you will find nothing.
What you are looking for is get_post_galleries
.
Related Posts:
- how to display all images from their siblings/ from same parent?
- get_children – wp_get_attachment_image
- Make Images appear in the same order as in media browser using get children?
- Exclude images from “inserted into post” when trying to get attachments
- Custom Loop, Match Category with Page: How to display post featured image?
- Retrieve Image Attachments Getting Post Thumbnail Image First
- Function to grab specific image IDs from media library.
- Random Image Script Working but Want to Avoid Duplicates
- How to get post id of first child of the same post type?
- attachment.php & flexslider—linking thumbnail to specific image
- Check if post has image
- show hide image script after 4 seconds [closed]
- Get the first image from post content (eg.: hotlinked images)
- How to delete resized (cropped) image uploads and prevent future resizing?
- How to display a page’s featured image?
- Featured image shortcode
- Cropped featured image replaces original image in gallery
- Prevent image upload unless exact size
- Use Media upload in custom widget on wordpress 3.5
- Theme Customiser Image Control
- Associate an existing image with a post
- Need help building a filter to edit the output of “image_send_to_editor”
- How to remove title attribute from gallery links and images
- How to upload image without post ID using the new media uploader?
- How to default all users to no link for attachments?
- How to output placeholder image if no featured image set?
- Cannot access the thumbnails of attachment images… Cannot find the reason
- Display different header images based on current page
- Set a background color per image added to a post
- Get uploaded image path in wordpress by filename
- Gallery post images on homepage?
- How to extract image width from add_image_size?
- Link to full size image or attachment page in photo theme
- How to get image ID to use inside wp_read_image_metadata()?
- Add “data-” attribute to image links
- How can I make all post image uploads have data-width and data-height attributes automatically by default?
- Large size image breaks template layout
- How to remove Geo Tagging on image uploads, but not other EXIF data?
- Replace original image, WP image editor
- WP Responsive images – upload custom image sizes
- Images not loading after migration
- Disable all resizing and compression
- Update old Post image metadata to ‘thumbnail’ wp_attached_file
- How to find images in lazyload to set alt attribute?
- Control Responsive Images
- How to throw admin notice error on image upload
- Get size of smaller image version
- How to add an image to the post preview in the free theme “food recipes”
- I am getting useless alphabets in images link
- wp_get_attachment_image_src() returning incorrect width and height [duplicate]
- Blank upload.php page
- The alt=”” attribute is empty
- Unable to upload images to the Media Library. Getting this erron on the console wp-admin/async-upload.php 403 (Forbidden)
- how to move from content and place them elsewhere on a page template?
- Missing background image setting in admin of twenty nineteen
- Image editor is not loading
- Images give 404 after changing default domain
- How can I check if the first block is an image aligned left or right?
- How would you add sequentially numbered labels to images in posts?
- Can wp_get_image_editor convert to icon?
- How to get image URL from media_sideload_image?
- Product Images Low Quality After Updating From WP 3.5 to 4 [closed]
- Auto-crop width, not height
- How can I change the to for lazyload wp smilies
- How to post images on my blog with a pre-defined border
- Output posts attached images as thumbnails linked to full-size with lightbox class
- Making a parent directory writable by the server
- my featured image of wordpress are not showing in the front end though image are uploaded in media library
- Images getting smashed
- Unset image sizes before images are uploaded
- Wrap post images with a link, not figure (image_send_to_editor doesn’t work)
- An error has occurred during the upload process in wordpress 5.3.2
- get_the_post_thumbnail() title and alt attributes not displaying
- What is the best way to host a site with many images without it being too slow?
- Show featured image in all posts
- How to re-arrange images in default WP Gallery more than one image at once?
- After moving a site to new hosting, not all images are showing in media library
- Load only imagens resized in custom page
- How to inject alt and title attributes for every image in each post into HTML?
- How to see previous –next image option in the theme?
- Getting the Select and Crop Functionality Using Custom Fields
- Displaying “alt” attribute text as captions?
- Need help making my homepage blog image smaller than my post image
- After I upload a file to library its name converted to dashes
- Image to only show up in the single post page, not on the blog/home page
- Changing image size displayed in wordpress twenty fourteen theme
- How do I display image files as links?
- Broken Media Library
- wp_get_attachment_image_src() does not return what I want
- 3.5.x Theme Customize: Handling Custom Control Requests
- Wrap a post image with a div if it doesn’t have a caption
- Images in sub-pages fail to load
- How do add custom class and id to the that is generated from media gallery insert image into post [duplicate]
- Adding different classes to different images depending on size for fine control of image layout in posts
- How to display image ALT under image?
- Faster image upload on mobile [closed]
- Media Library shows default image instead of image preview
- Profile Image displaying on Wrong side of WordPress Navigation Menu
- Uploading media to wordpress API with C# HttpClient
- How to add image alt attribute to the thumbnail code