get_the_content
is a template tag and would only work reliably inside a Loop. That means that you should also be able to use the $post
global instead.
global $post; // may not be necessary unless you have scope issues
// for example, this is inside a function
$post_content = $post->post_content;
preg_match('/\[gallery.*ids=.(.*).\]/', $post_content, $ids);
$array_id = explode(",", $ids[1]);
You can then use wp_get_attachment_image
to actually get the images.
foreach ($array_ids as $id) {
echo wp_get_attachment_image($id);
}
Related Posts:
- How do I delete all UNUSED images from my uploads directory?
- How to extend the gallery block in Gutenberg?
- How to have different captions for same image, for galleries?
- get_post_gallery_images returns thumbs . I want full size
- WP 3.5 and Galleries – how to count images?
- Navigate with keyboard in Gallery shortcode
- Cropped featured image replaces original image in gallery
- Change the output for [gallery] shortcode
- Making WordPress Gallery (.gallery-item) Responsive?
- How do you modify the HTML output of a Gallery item (using the gallery shortcode)?
- How to include externally hosted images into a gallery block
- Excludes posts that don’t have attachments in the_content()
- Setting up a gallery with images and a zip download
- How to remove title attribute from gallery links and images
- How can I make all gallery images to open in a new window?
- The WordPress Gallery, Grabbing The Link and Images?
- add data-attribute to all images inside the_content()
- How to force WordPress to add new images at the beginning of the gallery?
- How to Make WordPress Default gallery responsive on mobile?
- Different captions for the same image in multiple galleries. Edit Image in Gallery locally
- Editing built in Gallery shortcode to filter by categories
- Gallery images stored elsewhere (preferably Google Drive)
- WordPress gallery previous/next buttons showing all media library images
- Any way to “combine” galleries or show multiple galleries as one?
- Best option for photo/gallery handling?
- Gallery post images on homepage?
- How to create a simple slideshow out of a post image gallery?
- How to change the target size of images clicked on in WordPress standard gallery
- Get meta data from image
- Exclude featured image from gallery in wp-admin
- WooCommerce-like featured gallery
- wordpress get gallery images title
- How to use photo in multiple posts?
- Exclude images from “inserted into post” when trying to get attachments
- Turn off image captions in gallery view?
- Customizing the attachement page to show rest of all images in a gallery from post
- Unyson Framework doesn’t show gallery images
- Retrieve an array of image URLs that belong to a gallery
- Ho to add “Create Slider” option to default “Add Media” popup?
- How to make a gallery with dynamic images from URLs?
- How can I display an image description, from an image gallery?
- Creating a post image to show in a gallery
- Don’t show images inserted into content
- Gallery with thumbnail carousel
- Ways to show multiple, separate galleries per post?
- Native gallery sorting is ignored
- Omit image captions from get_the_content()
- Using Jetpack carousel w/o creating a gallery [closed]
- How to get the Gallery form/section just like in Gutenberg block?
- Load Gallery Images with Title on Homepage BX Slider
- Get all image IDs from the Media Library
- Re-ordering images in existing post in wordpress 3.6.1
- Autosort uploads in galleries by filename
- How to display original unmodified thumbnail
- One picture belonging different galleries?
- Allow users to contribute images to a post
- the_content not showing responsive image attributes srcset or sizes
- How to remove the images from “Uploaded to this post”?
- limit number of images shown from gallery
- What is the plugin to import image from URL?
- Pagination between images (active/inactive)
- Excluding post thumbnail from the attachment.php when using wordpress gallery
- photo gallery implementation like tmz
- How do I display the featured image from an image gallery using a reference in code? (example within)
- Can i have 2 separate Galleries on 2 separate pages each go to a DIFFERENT Attachment.php file?
- How to enlarge thumbnail on mouseover?
- attach several images to post + gallery
- How to remove image size inline style in article and include caption
- get_post_gallery with Gutenberg
- Allow users to upload and display multiple photos
- How to change Gallery image url in product page ? In function.php?
- How do you obtain a list of all image file names on a wordpress website for replacement?
- Implementing a modal(lightbox) for all images in all post-gallery posts
- How to get title of images in post content
- Images getting smashed
- How to re-arrange images in default WP Gallery more than one image at once?
- Convert multiple image blocks to gallery block in Gutenberg?
- Images 404 after wp migration to a subdomain
- Exclude first image from a Woocommerce image gallery
- Why do images inserted in the post content via the_content() go off the max-width?
- How to best adjust images to a max content width of 490px?
- Gallery Images could not be shown
- How do i replace the title attribute of img tag with the image caption
- Gallery with shortcode not showing
- Show WordPress Image Title Under Custom Portfolio Image
- Replacing an Image gallery
- attachment.php & flexslider—linking thumbnail to specific image
- Thumbnail gallery by date and taxonomy
- How to display every pictures from all the posts on one page?
- How to add multiple images in a page
- Breadcrumbs for Single Image page
- Slider do not add alt attribute. Cant get alt attribute from a media library!
- wp_get_attachment_link() add rel attribute if the link points to direct image
- Paginate Gallery [closed]
- *box for images displayed as a post’s [gallery] [duplicate]
- How to access & display images from a post without textual content ( and vice versa) according to best wordpress practices
- Getting top Image From the Gallery and printing out a thumbnail with Exact Dimensions
- Adding different classes to different images depending on size for fine control of image layout in posts
- Image Attachments Query Not Working If Post Is Loaded Via Ajax
- Images uploaded in customized gallery do not link to media