You can use get_children
to check if it returns anything, then if it doesn’t, fetch the parent attachments.
//loop stuff
//your $query_images_args
$attachments = get_children($query_images_args);
if ( empty($attachments) ) {
//go get parent attachments
}else{
//loop through this post's attachments
}
Related Posts:
- How To Retrieve An Image Attachment’s Alt Text?
- getting attachement images src and add classes
- Check if post has attachments (not image)
- Validate alt text for attachments?
- Applying automatic link class to images embedded to posts
- get post attachments of a particular size
- Change image link: wp_get_attachment_link
- Making images from single.php pointing to an attachment .php template
- wp_get_attachment_image_src always returns false
- Exact image sizes
- Get the size (size in Kb or MB) of an featured image?
- Edit default image attachment size
- Change code to display image attachment page
- Attachment 0×0 size error [closed]
- Add image attachment to post via coding?
- Removing width and height attributes from wp-get-attachment
- Get post attachment images dimension and use in embed code
- use wp_get_attachment_image() to show attachments
- Adding width and height to wp_get_attachment_image_src
- Get the bare URL for an attachment
- Display attachment resolution size
- How to check if there is image title, caption, description?
- How to remove attachments size attribute [duplicate]
- How to redirect ‘file url’ to ‘post url’ i.e. in attachment.php
- Check what attached image size is used
- How do I get all attachments that are used in the current post, not just the children?
- Clean up images, delete unused image sizes attached to a post type
- Get title of post image is attached to
- Correct attachment size
- Post Gallery list attachments except the one used as post thumbnail
- Get image attachment to a post outside the loop?
- How do I intercept and modify the functionality of wp_get_attachment_image()?
- Unable to get wp_get_attachment_url to show
- Get Attachment Image Class by attachment id
- Possible to add “Even/Odd Classes” to image attachments via wp_get_attachment_image?
- changing the default picture size link url
- Get an image from the media library. Struggling with the code?
- How to view exact image dimensions of a media in Admin view?
- Filter not applied to all image sizes
- wp_get_attachment_image_src calling wrong location
- Get attachment URL from attachment Link in WordPress
- Display setting ‘size’ not available in image settings modal
- Hide Image Container if No Image Attachments
- Incomplete attachment page
- How to retrieve “custom url” from image attachment in wordpress
- Retreive tags from attached post for media on page
- list of attachments: wp_get_attachment_link works, wp_get_attachment_image does not
- What is the most efficient way to retrieve a group of image URL’s from different attachment ID’s of a specific crop size?
- get_image_tag filter not working
- Change attachment inside the_content using filters
- Get all post attachments except featured image
- How can I bulk delete media and attachments using WP-CLI?
- Disable image attachment links
- Changing attachment urls?
- Add custom class to attachment in media library grid mode
- How to find attachment by it’s name?
- Theme Customiser Image Control
- How to get attachments for a specific post type?
- How to remove title attribute from gallery links and images
- Make individual attachments private?
- Get the attachment URL on single.php
- How to upload image without post ID using the new media uploader?
- How can I get a different image size, if all I have is the link?
- How to add a rel attribute to images that contains their categories?
- query attachments of parent page if attachments of current page are smaller than …
- How to count media attachments?
- Insert custom ID into wp_get_attachment_link
- How to retrieve alt attribute for an attachment (uploaded image)?
- Link to full size image or attachment page in photo theme
- add the post as canonical for attachment page wordpress
- Show attached media image if no thumbnail image detected
- Customizing the attachement page to show rest of all images in a gallery from post
- hook wp_generate_attachment_metadata does not read all the attachments
- Massive photogallery import
- Echo Permalink in Attachment outside of loop?
- How can I display a link to a post’s (Word doc or pdf) attachment?
- GUID field in wp_posts – relevance for attachments?
- How to get image URL from media_sideload_image?
- Prevent image from being accessible via url as a post?
- Upload multiple image with media_handle_upload with multiple file field [duplicate]
- get_post orderby not working in plugin
- Delete child post and attachment links to parent post
- Remove attachment from database
- How to get the next and previous image title from attachment or gallery?
- Output posts attached images as thumbnails linked to full-size with lightbox class
- Custom image size not displaying with wp_get_attachment_image()
- Programmatically Altering Gallery Link and image size?
- Get list of posts from attachment
- Delete attached images from posts
- File was uploaded, but it is not shown on media section of the dashboard
- wp_get_attachment_metadata is empty
- Restricted Attachments/Change Attachment Upload Location
- After I upload a file to library its name converted to dashes
- Possible to “Attach” images to multiple posts without uploading twice from Add media Section?
- WordPress Attachments vs Post Meta
- open image after clicking on single.php with different stylesheet in wordpress
- How do I get link URL (not file URL or attachment URL) of an attached image [duplicate]
- Attachment page custom title?
- One audio attachment, with two possible interchangeable extensions
- Remove one srcset entry from wp_get_attachment_image