Check the Codex. the_post_thumbnail
accepts two parameters, the second of which is $attr
— “attributes”.
the_post_thumbnail('full',array('title'=>'yay! a title!'));
The Codex entry for the_post_thumbnail
is not clear on what is and is not allowed as an “attribute” but it appears to depend on wp_get_attachment_image
and by filters applied by that function. title
does work though. I checked.
Related Posts:
- get attachment title based on attachment id
- Programmatically get images by URL and save in uploads folder
- How to automatically add rounded corners to thumbnails?
- Prevent WordPress from adding image’ title automatically
- How to change image type for specific size?
- is it possible to replace the use of gd_lib with imagick or ImageMagick?
- Change WordPress image URLs via filter
- Remove title attribute from images
- Insert an image into a post by API
- How to limit number of images being printer out in “Set Featured Image” pop up?
- Bulk edit wordpress images alt and title attributes
- Black and White thumbnails
- Dynamically add titles to post images if they are empty
- set_post_thumbnail_size not cropping featured images, but reducing proportionally
- How to grab first image attached to post and display in RSS feed?
- Double thumbnails?
- No srcset for hard-cropped thumbnails
- Can’t Display Featured Image in RSS Feed
- Displaying a featured image (only img url) as the img src?
- Download button for Featured Image in every post – automatically
- Filter to modify post_title after image upload?
- Removing Title Tag from Thumbnails
- When displaying the featured image, is has_post_thumbnail() necessary?
- Get original image from thumbnail URL
- What’s the proper way to use the get_image_tag filter?
- attach unattached featured images to respective posts
- WordPress reduces the full size image and uses it as the original
- Thumbnails are bigger in size than the original image
- Remove image classes from post thumbnail output
- Special purpose photos with each post
- SVG Featured image not shown in twitter
- Featured images not displaying at full resolution
- Set Post Image Using Shortcode
- Print specific image size in galley loop
- WordPress crops images differently on retina screens?
- How can I add a “data-pin-nopin” the featured image html?
- Images stopped loadding after adding SSl
- Fixing image names for a site being restored
- Setup Featured image on all posts from thesis thesis_post_image custom field?
- Export xml use/import images from theme directory
- Generate images to be associated for tag and category?
- convert post title to image
- Get custom thumbnail sizes [duplicate]
- Filter for post_thumbnail: link to small src and add data-attribute [duplicate]
- Bulk-add featured images in posts with no featured image
- Should I not compress my jpeg files before uploading to avoid double compression?
- Custom responsive ‘featured image’ sizes
- Is it possible to preserve original images in order to change image size later?
- the_post_thumbnail(‘medium’) setting some images width=1 height=1
- Generating a certain sized thumbnail on the fly?
- How do you import images from a URL in your post?
- How to set uploaded image as featured image wordpress
- add_image_size function not working
- Why doesn’t WordPress use the smaller sized image?
- What sense makes medium_large_size_h => 0?
- How to set featured image from external url programmatically
- How do I link a featured photo to it’s post?
- Is it possible to enable the ‘Link To’ field under ‘Attachment Display Settings’ for a Featured Image?
- Remove Additional image sizes created by theme
- Use default image as var
- How to get the title of the random images from media library?
- Set two default featured images
- Placing a featured image into header
- How to add thumbnails to posts and pages automatically in a uniformed fixed elegant way?
- resize and crop thumbnail photos
- How do I display the featured image from an image gallery using a reference in code? (example within)
- Using different size thumbnails on different parts of my site… with functions.php?
- attach several images to post + gallery
- How to only show div of caption if caption exists on featured image
- Link to products with the same image title (woocommerce)
- how automatically show the image title before the image caption/description in a wordpress gallery?
- How to echo images Urls from a wordpress post, that are relally in the post
- WordPress Responsive Image ( srcset ) not work properly
- How to Display Image Caption but Not Alt Text
- Force WordPress to always generate a thumbnail for original image
- Get post thumbnail in specific size
- Image alt attribute
- How to automatically load an image inside the post, since it is present in uploads folder
- Why image Thumbnail url is not displaying with custom size?
- How to set a post featured image from an already made custom field
- featured image in custom poste type (backend)
- Why does wp_get_attachment_image_src return the wrong size, when the correct size exists?
- stop wordpress from resizing feature gif images
- second featured post not displaying on page [closed]
- set_post_thumbnail_size only working for width
- Newly uploaded images are not updating in featured image
- Troubles with code for upload a image
- Declare global variable that can be used on other function
- How do I get resized thumbnails?
- Black and White Thumbnail in WordPress Gallery
- Why is WordPress loading a different sized post thumbnail?
- Putting the title attribute in image tag — Snapshot Theme from Woothemes
- Create post thumbnails from images stored outside of uploads directory
- Getting top Image From the Gallery and printing out a thumbnail with Exact Dimensions
- Using the on-board image editor for featured images: edits are not being used
- has_post_thumbnail() Returns False on Scheduled Posts
- I tried to move the featured image below the paragraphs but now it is displaying twice
- How to import external media items into wordpress media library (without using storage)
- How can I use an image from an external source without uploading it to the media library
- Is there a way to upscale a media library original image to the nearest whole pixel in WordPress?