$attachments
holds array of posts, you are missing something like:
$attachment = $attachments[0];
or
foreach( $attachments as $attachment )
Update
Nope, like this:
foreach( $attachments as $attachment )
if ($attachment->post_title == $programme) {
echo the_attachment_link($post->ID, false);
break;
}
Related Posts:
- Post slugs and images cannot have same name?
- Download external images if post is publish
- Get post embedded image caption
- Remove image from post also removes photo from media library
- Post images are not displayed in media library
- Schedule image post on download
- Add custom Attachment Display Setting for images
- How to get Images included in Post
- disable WP automatically inserted line breaks after an image
- Delete the original big size image after upload and leave only 3 images crunched by media gallery
- How do I detach images from posts?
- Downloadable Documents
- upload image in a meta box
- How do I use element instead of tags in WordPress post content having webP support?
- How to remove images from showing in a post with the_content()?
- upload featured image from front end using wordpress add media button
- Accessing $post variable from template part
- How do I create Comma Separated list of attached image ids?
- How do I programmatically add an image to a post?
- Add an image box besides featured image?
- Undefined variable post_id in custom quick edit coloumn
- Adding variable for post title so post template can include auto-generated link to view on external website.com/{post title}
- All my inserted images gets a link to the full image even if it is already full size image
- get custom image size
- How to get only text from wordpress post content?
- Get all images out of the posts content
- how to replace embedded “full” sized images within a post with the “large” ones
- Batch process: remove first image from post content
- how can I put an image in a post with original size
- How to retrieve the postID in a “image_send_to_editor” hook function?
- Comma separated all attached image ID numbers except featured image ID number
- Modify Image Source With The_Content Filter?
- Load post attached images on a single page site with fancybox
- Format the Layout of Images In The Edit Post Textarea?
- Set size for attachments
- I have a site where attachments in the wp_posts table have guid values of guid, how did this happen?
- CSS: How can I show a photo beyond the template’s column, but contained within the browser window? [closed]
- Show only posts with images and a fixed amount of posts
- Issue where WP Featured Image will not display
- How would one change the default url structure of attachments?
- If statement to check if post has image
- Gather posts into a cart/lightbox and share with another user
- What are the benefits of setting a “featured image” for a WP blog post?
- update image path with words starting uppercase to lowercase chars
- How to only publish posts with image in it
- Uploading images in custom post form
- Make insterted image point to post url instead of attachment page
- how to give multiple post thumbnails to a post
- Posts page not showing correct image
- How to allow multiple thumbnail upload for Posts?
- get_children returns older images
- How to display post title inside thumbnail?
- How to remove text and retain in caption image using the_content function
- How to get all inline images in post content? [duplicate]
- Inserting Media to WordPress Posts
- Author Avatar as default first image
- Link post images to post
- Attachment image single page
- How to change the order of elements within a post?
- Only show featured image on exerpt and exclude images in post
- WordPress as CMS: How to manage/handle images assigned to a post as full-sized background images in a slideshow?
- How to call WordPress First Image Post or else Attached Image or Default
- Regarding Posts
- how can display a post on home screen without images
- Changing The Default Header POST Title and Description text by category in wordpress
- Site/Post preview is not working on all social media
- How to exclude native lazy loading from first image in post content?
- Cannot create new posts or upload images using media manager
- Rewrite image links from attachment id to attachment link
- Delete media from the post but keep my featured image and post
- Pinterest button shows image options from different posts
- Change the size of the featured image for post?
- How do I fix broken links to images in imported posts’ post_content?
- Thumbnails and images in the blog post are not loading
- Modified core/image rendering not showing in posts – only on pages
- Blog featured images disappeared on my homepage
- Blog images not showing on homepage
- Why does media_handle_sideload upload to last month’s folder?
- How to show category image if no featured image is set?
- Integrate video and iframe in a post type gallery
- Manipulating images inside post content
- how to create other sizes of original image in one go wordpress uploads
- Output wp_link_pages as raw url
- Embed image in post from external url
- Is possible to do this from function.php
- Stop images from being displayed on the front-end of the site
- How can I display a specific number of post in a category via a url
- Relative Image Urls in Posts are starting from root – Not from WordPress Address (URL) at General Settings
- WordPress Media URLs?
- SQL query to remove first image in all posts
- How would I attach media/images to a post based on a ID stored in a each post’s custom field
- Assign custom class to post content images
- Post thumbnail height problem
- Is there any SEO impacts on unattached vs attached images for a post in WordPress?
- Import alt text in set_post_thumbnail
- Broken images after importing posts and opening in Gutenberg
- Search doesn’t display posts with images
- Displaying all images from a WordPress post (including media library)
- Inside post image title has been posting as a post title on my main post page
- Download button under all images WordPress