If $size
is already an array in your original code as it looks to be, then the argument passed will become array(array(150,150))
instead of just array(150,150)
and fail, so you can just do:
<?php $title=get_the_title(); the_post_thumbnail( $size, array( 'alt' =>$title) ); ?>
Related Posts:
- How do you add thumbnail support for custom post types?
- Post featured image column on admin post list page
- Custom Field in Featured image for A particular post
- media_handle_upload for local files?
- How to add/assign or change featured image in post programmatically?
- How do I use element instead of tags in WordPress post content having webP support?
- VT-resize image and display it [duplicate]
- Posts Page Featured Image [closed]
- Showing Thumbnail from Previous and Next Posts
- How do I programmatically add an image to a post?
- How to Replace the WordPress Featured Image with a Video?
- Delete Post From Front-End and attachment permanently
- Require a featured image to publish post
- Underscores.me retrieve next / previous post thumbnail in post_nav function
- How to Set Featured image In WordPress without Showing it into Post?
- How only display all post related to category
- How do I find which articles are missing a featured image in The WordPress database?
- How to access featured image?
- Modify WP_Post before processing
- Show featured image next to post-teasers in Genesis Framework?
- Admin Notices don’t display on the admin screen for certain post
- What is the standard featured image size?
- Errors when uploading images in WP 3.5
- Set size for attachments
- why are images not full size?
- Post body text occupying featured image space before it loads
- Get all images in post and comments like Twitter before post title
- Issue where WP Featured Image will not display
- How to check if single.php has already called the_post_thumbnail function
- Getting only the URL of the post thumbnail
- Remove Featured Image & All Media Uploaded to the Post
- Get Post’s first image using Short-code
- related author post thumbnail shows post thumbnail
- Admin – no Featured image choice in create new/page|post
- Post Image not displaying in category view
- preg_replace not removed “class”
- how to give multiple post thumbnails to a post
- Using wp-cli and delete everypost first image
- How to display post title inside thumbnail?
- Get featured image on hover of post title [closed]
- Remove Featured Image from posts in specific category?
- Retrieve a specific post’s featured image and show on a different page
- Only show featured image on exerpt and exclude images in post
- How to display Post title By ID and its Thumb Contents
- Delete media from the post but keep my featured image and post
- Featured image error after importing blog posts
- Mysql update menu_order problem
- Set featured image as hero image on each page
- Thumbnails and images in the blog post are not loading
- Blog featured images disappeared on my homepage
- post thumbnails error
- Display images of related posts
- Center crop the feature image
- Add another feature image box
- How to show category image if no featured image is set?
- Set featured image on creating new post
- Display post on main page with thumbnail
- How to get all posts in gallery post format template
- Thumbnail With Next/Prev Links Not Showing Next Post?
- How do I get thumbnails?
- Latest news mini images
- Insert link to my thumbnail images
- thumbnail image path and file path for gallery thumbnail images
- Wanting to apply different featured images for each post
- Specific Post Format Image Thumbnail
- Post thumbnail is not shown in wp-admin
- Post thumbnail height problem
- Displaying warning if no featured image has been set – Post Editor
- How enter custom post meta or custom field on box post list archive page?
- $attachment->post_title not displaying title
- Import alt text in set_post_thumbnail
- website images getting corrupt automatically
- Changable favicon based on post-featured image
- Get featured image thumbnail and inserting into custom field on wordpress posts
- Get WordPress post content by post id
- Get page ID of page that is set as the posts page
- Get Posts Under Custom Taxonomy
- How to limit the number of posts that WP_Query gets?
- Stop WordPress Wrapping Images In A “P” Tag
- When is the ‘post_content_filtered’ column in database cleared by WordPress?
- Turn a URL into an Attachment / Post ID
- GET the excerpt by ID
- Stop WordPress automatically adding tags to post content
- Determine if page is the Posts Page
- How to get ‘post_content’ without stripping tags?
- How to add an admin notice upon post save/update
- Print Current Post Index number within Loop
- Should we trust the post globals?
- Optimize post insert and delete for bulk operations?
- Get the Current Page Number
- How to mark every 3rd post
- Change Posts per page count
- Keep featured content post in homepage with original order
- How to display related posts from same category?
- Can posts have parents?
- Is there a action hook for the “Empty Trash” button?
- How to end the excerpt with a sentence rather than a word?
- How do I check if I linked to a post before I delete it?
- How to change the case of all post titles to “Title Case”
- Appending content with broken in 4.4