Use this function get_attached_media
$images = get_attached_media( 'image' );
You can also pass as a second parameter the ID of a post.
This function returns and array of Post object, the ID is in the ID
property.
Related Posts:
- How to manage attachment relationships for specific posts in WP 3.5+
- Can I add a Category Metabox to attachment?
- How to trigger a refresh in the media modal
- Get all post attachments except featured image
- How can I bulk delete media and attachments using WP-CLI?
- Changing attachment urls?
- Add custom class to attachment in media library grid mode
- How can I UN-attach media from a post?
- How to get attachment caption (get_the_excerpt gives parent post excerpt) ?
- Is it possible to query specific WordPress Attachment files (.ppt & .pdf) and output them in a list?
- Unattaching unlinked images
- How to get attachments for a specific post type?
- How to add media from front-end to an existing post?
- Get attachments (get_posts) and WP 3.5 new uploader
- Make individual attachments private?
- exposing attachment uploading to the front end — delicate
- Change the Permalink for wordpress attachment
- ID of images from gallery
- Get the attachment URL on single.php
- How to get list of paths (not urls) for an image
- Adding attachment file name to email link
- How to count media attachments?
- Insert custom ID into wp_get_attachment_link
- Adding class to next/prev image link in attachment.php
- How to add attachment without uploading?
- Reorder “menu order” of attachments to another predefined order
- Change code to display image attachment page
- Add image attachment to post via coding?
- How To Grab All Type Of Attachments, But Images?
- Removing width and height attributes from wp-get-attachment
- How to retrieve alt attribute for an attachment (uploaded image)?
- Change filename during upload
- Get post attachment images dimension and use in embed code
- use wp_get_attachment_image() to show attachments
- List Post Attachments – Remove Image Thumbnails
- Show attached media image if no thumbnail image detected
- How to set a conditional statement for $attachment->post_excerpt, to check for value?
- wp_mail not sending attachment
- How to check if there is image title, caption, description?
- Display random gallery images and its parent post title leading to parent post permalink
- Don’t show attachments if they are inserted in post
- How to remove attachments size attribute [duplicate]
- hook wp_generate_attachment_metadata does not read all the attachments
- How do I get all attachments that are used in the current post, not just the children?
- Massive photogallery import
- Is there a move_attachment_file() function in wordpress?
- Auto create file and send it via wp_mail()
- Create page from post attachments
- how to get random media id from media gallery
- Attach pdf from dynamic url
- Post Gallery list attachments except the one used as post thumbnail
- 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?
- Is there a function for getting the post/page that an attachment is related to?
- Prevent image from being accessible via url as a post?
- Upload multiple image with media_handle_upload with multiple file field [duplicate]
- All attachment pages give 404
- get_post orderby not working in plugin
- Delete child post and attachment links to parent post
- Remove attachment from database
- Automatically deactivate link for attachments
- Display Audio Attachment URL
- How to set order for attachment form field?
- Display a post attachment depending on the caption
- Getting attachment post using wp_get_attachment_link
- changing the default picture size link url
- File Attachment display title in template
- add image caption
- Get an image from the media library. Struggling with the code?
- wp_mail Allow Remote Attachments from CDN
- Get all post embedded images
- Programmatically Altering Gallery Link and image size?
- Filter not applied to all image sizes
- Zip a file and add as attachment
- Remove post with attachments hook
- Setting an image as post header (not featured image)
- File was uploaded, but it is not shown on media section of the dashboard
- Using the GetMediaLibrary() method in python-wordpress-xmlrpc.media, how to iterate over the result?
- How to restrict users to only access their own media files in wordpress
- wp_mail doen’t send mails whit attachment
- wp_get_attachment_metadata is empty
- Restricted Attachments/Change Attachment Upload Location
- Hide Image Container if No Image Attachments
- How to link images to attachment.php [duplicate]
- Check whether attachment ID is associated with more than one post?
- How to remove attachments from main query via pre_get_posts?
- Post attachments doesn’t show after manual db import
- Is there a way to add Reattach and Unattach links in image gallery?
- Possible to “Attach” images to multiple posts without uploading twice from Add media Section?
- How to get boolean if file A is attached to post B
- ID of images from gallery
- WordPress Attachments vs Post Meta
- open image after clicking on single.php with different stylesheet in wordpress
- WPML : how to pick a featured image only once for different languages?
- How do I get link URL (not file URL or attachment URL) of an attached image [duplicate]
- Attachment page custom title?
- Custom Fields, Media uploader, Attachments
- No attachments on contact form 7
- wp_mail attachment not working in wordpress