You are using the size parameter of wp_get_attachment_image_src
in a wrong format. This parameter can be:
- A string: keyword of the image size; thumbnail, medium, large, full or any other custom size previously registered).
- A 2-items array representing the width and height; for example,
array( 100, 100 )
.
So, you have to change this:
$thumb = wp_get_attachment_image_src($tid, '100x100');
With:
$thumb = wp_get_attachment_image_src( $tid, array(100,100) );
And this should also work for thumbnail size:
$thumb = wp_get_attachment_image_src( $tid, 'thumbnail' );
Related Posts:
- Reducing image size in RSS only
- RSS feed site image custom resolution
- image thumbnail in RSS Feed
- how to display image from rss
- force feed readers to pick atom version
- Full sized images in RSS Feed
- How to disable WordPress from creating thumbnails?
- set_post_thumbnail_size vs add_image_size
- Get all posts in RSS
- How To Delete Desired Image Sizes From wp-content/uploads?
- How to get SimplePie fetch_feed without stripping iframe code?
- the_post_thumbnail responsive srcset not populating with custom image size
- New image size version only for the Featured Image file
- Is there a hook which fires after all thumbnails are generated?
- Firefox is downloading the RSS feed
- Remove or Edit in Feeds
- Cannot get add_feed to work
- How to Delete All regenerated thumbnails but keep the original ones?
- Thumbnails of same size with different crop
- Should I provide RSS or Atom feeds?
- Displaying images from external RSS feeds?
- get_the_post_thumbnail_url with an unregistered size
- Cropped featured image replaces original image in gallery
- Multiple versions of RSS feed? One with full content, one with the excerpt
- Settings in ‘Media > Settings’ is ignored when inserting images
- Why does Simplepie return feed items in a wrong order?
- How do I delete all generated images from my server except those currently used in posts
- How to create additional full text RSS feeds
- image_resize in wp3.5 change to wp_get_image_editor and wont work
- Why is wp_get_attachment_image_src returning wrong dimensions? [duplicate]
- Using Advanced Custom Fields with WordPress and Lightbox
- Download an entire blog for offline reading / archival (without using RSS feed)
- RSS Subscriber count without using FeedBurner
- Custom RSS feed forces download
- Stop wordpress from creating multiple size images
- Multiple category RSS feeds
- How to add category exclusion to rss feed
- How to flush feed? Or set timeout on feed so that it isn’t cached?
- Style RSS Feed for a human?
- How to get the last updated date of a post from a WP RSS feed?
- is it possible to get complete wordpress blog post in a rss feed?
- Disable RSS Feed
- Changing title of wordpress RSS feed
- How to remove published date from RSS feed
- Can WordPress crop only the post thumbnails?
- How to grab first image attached to post and display in RSS feed?
- WordPress remove EXIF Data from specific Thumb
- Add featured image to RSS feed through child theme functions.php file
- Disable only the main feed?
- Change the link URL in default RSS feeds
- display featured image in RSS feed
- Setting the language of RSS feed
- No srcset for hard-cropped thumbnails
- Can’t Display Featured Image in RSS Feed
- wp_get_attachment_image() not working when trying to add width and height attributes
- WordPress 3.5 – Add custom image size
- How to create a Full RSS feed (secret URL) for certain users, short for the rest [closed]
- WordPress RSS File Template
- Autogenerated Thumbnail compression depending on size
- Cannot access the thumbnails of attachment images… Cannot find the reason
- WordPress Add [cdata] to title tag in rss feed
- A function to fetch blog content via rss feed
- placement of wp_error with fetch_feed
- Make RSS think posts are new?
- Creating an RSS feed with all of the prior month’s posts
- Remove a certain post type from appearing in all RSS feeds
- How can I get RSS feed for a custom page?
- How to add featured image or custom field to xml feed?
- Removing Title Tag from Thumbnails
- How can I remove image from feed?
- Difference between the 4 Built in RSS Feeds?
- Tracking RSS subscribers in Google Analytics
- Changing playlist shortcode thumbnail sizes?
- How to disable atom feed and only use RSS feed
- RSS feed of previous 24 hours posts?
- RSS feeds and wordpress?
- How to get more than 25 items via Simplepie RSS Feeds?
- How to remove RSS feeds from WordPress theme
- Additional image sizes are not being generated
- Add_image_size not cropping
- How do I Import an RSS feed as WordPress posts without duplicates?
- How to remove site link from each post in RSS feed / modify output of the_excerpt_rss()?
- RSS Feed Behaviour (Inc. Feedburner)
- How can I minimize the content of my RSS feed to fit more items in Feedburner’s 512k limit?
- Site Rss not seen by browser
- Changing RSS title link to link to feed instead of blog
- How to make programmatic image upload generate thumbnail and sizes?
- Disable wordpress image sizes generation
- Two RSS feeds, different items limit?
- Cannot get full thumbnail size using the_post_thumbnail
- Custom image sizes only for thumbnails
- One reason for changing the GUID
- WP 3.4 has missing photo data
- How to Create RSS Feeds for categories in WordPress?
- Importing multiple RSS feed into WordPress and sorting them by date
- Delaying One RSS Feed in WordPress but Not the Others?
- Custom RSS does not work for categories and tags
- Change the RSS feed image
- Save image as featured image
- Display latest 12 images from media library