Replace the line
echo wp_get_attachment_image($attachment->ID, 'thumbnail',false);
with
echo $attachments['post_content'];
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?
- query attachment images … if no attachments -> get attachments of parent page?
- 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
- 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 the first image from post content (eg.: hotlinked images)
- Get all post attachments except featured image
- 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?
- How can I UN-attach media from a post?
- Theme Customiser Image Control
- How to get attachments for a specific post type?
- Associate an existing image with a post
- How to remove title attribute from gallery links and images
- Make individual attachments private?
- 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?
- How to count media attachments?
- Insert custom ID into wp_get_attachment_link
- How to change ID of an attachment in wp_posts and its related tables correctly?
- Reorder “menu order” of attachments to another predefined order
- How To Grab All Type Of Attachments, But Images?
- Change filename during upload
- List Post Attachments – Remove Image Thumbnails
- How to specify width and height in the_content for image attachments
- Import Attachments – not attaching to post_parent
- Pull images from the gallery
- Rewrite all article pictures to link to file
- One picture belonging different galleries?
- Gutenberg Block: Image resolution
- Attach a external file as attachement using wp_mail
- WordPress Attachments with old images
- Search by Attachment ID
- 500 internal error at wp_generate_attachment_metadata
- Will wp_get_attachment_metadata display PDF metadata (eg: keyword, author, description)?
- List all files from subpages
- Add videos/images preview to bbPress attachment
- How to change an image source when rendering on frontend?
- Dupplication of Custom Post Type while adding attachment
- How to disable post-thumbnail from generation?
- How to Make Only Images Connected to a Post Show? Not Entire Media Collection?
- wp_get_attachment_image not to get the post_thumbnaill
- How to force regenerate thumbnails in WordPress posts?
- WP media attachment location vs permalink
- Remove attached media
- Lots of attachments is causing slow load
- How to force attachment size for every post
- 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]
- Broken images after importing posts and opening in Gutenberg
- How to get WordPress to resize images for srcset?