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?
- Is there a hook which fires after all thumbnails are generated?
- Remove or Edit in Feeds
- Should I provide RSS or Atom feeds?
- Displaying images from external RSS feeds?
- Cropped featured image replaces original image in gallery
- Settings in ‘Media > Settings’ is ignored when inserting images
- How do I delete all generated images from my server except those currently used in posts
- image_resize in wp3.5 change to wp_get_image_editor and wont work
- RSS Subscriber count without using FeedBurner
- How to add category exclusion to rss feed
- Style RSS Feed for a human?
- How to remove published date from RSS feed
- Can WordPress crop only the post thumbnails?
- WordPress remove EXIF Data from specific Thumb
- display featured image in RSS feed
- WordPress RSS File Template
- Cannot access the thumbnails of attachment images… Cannot find the reason
- WordPress Add [cdata] to title tag in rss feed
- Remove a certain post type from appearing in all RSS feeds
- How can I get RSS feed for a custom page?
- How can I remove image from feed?
- RSS Feed Behaviour (Inc. Feedburner)
- How can I minimize the content of my RSS feed to fit more items in Feedburner’s 512k limit?
- Two RSS feeds, different items limit?
- One reason for changing the GUID
- Help Me Choose RSS or XML-RPC
- RSS Widget on theme
- Creating an individual RSS feed for each site user
- Lazyload post thumbnails
- Show featured image next to post-teasers in Genesis Framework?
- How to set the cache for the built-in SimplePie feed parser?
- hover image appears below placeholder instead of overlayed
- How to modify the image size in RSS (mailchimp compatibility)?
- If I Regenerate Thumbnails, would WordPress delete the existing Thumbnails and replace them with ‘new copies’?
- How to use force_feed with fetch_feed
- fetch_feed works on localhost but not on server
- WordPress appends RSS item with unwanted content
- Where does WordPress default SimplePie save cache data?
- Update old Post image metadata to ‘thumbnail’ wp_attached_file
- How to stop wordpress always displaying full-res images
- Is there a way to fetch RSS feed by date range rather than number of items?
- RSS Feed Empty in Firefox
- Display RSS feed using pagination
- How to output unlimited RSS Feed items
- Email notification of new posts that match query
- Remove ‘More..’ link from RSS feed
- How to create resized versions of images added with wp_insert_attachment
- Excerpt formatting for Google News Feed [closed]
- How do I use fetch_feed() to pull in a large number of posts?
- HTML Validation fails because of ampersands in RSS link
- How can I control what / how much text is in my RSS feeds?
- Modify RSS – remove image and add text
- CDATA error for RSS feed
- Custom image size mixes width and height in output
- Disable Sharedaddy in Feeds
- Post Gallery list attachments except the one used as post thumbnail
- Trying to build Google Sitemap feed and it’s downloading instead of displaying in browser
- Rebuild thumbnails via WP Cli – how?
- I want to remove “continue reading…” in rss feed
- How do I edit my default RSS Feed?
- Image Sizes/Thumbnails not generating on local install Ampps
- WordPress RSS feed?
- Product Images Low Quality After Updating From WP 3.5 to 4 [closed]
- WordPress content on non-WP site residing on a remote domain — how to display posts?
- How to Make Thumbnail of Post Stay Animated
- fetch_feed showing only first item
- Is it possible to create a RSS feed containing all blog entries? [closed]
- Trip Advisor and WordPress
- Comments RSS Feed showing repeating title
- How do you make RSS feeds work under IIS 7?
- Use Feedburner instead of default feed on WordPress.com?
- WP Default Feed Url Change
- Best way to setup RSS feed for a custom WP blog plugin
- Auto Generate Thumbnail
- unsharp thumbnails after uploading image
- change rss feed url structure
- Adding a second RSS feed
- How can I remove or substitute the default RSS2 template?
- How to import and parse RSS feed from a WP site to a non-WP if ‘allow_url_include’ is set to ‘off’?
- get_intermediate_image_sizes() returning different values depending on is_admin()
- Send value to RSS feed to create custom feed
- are there any downsides to increasing the number of most recent items in a feed
- How to make my feed tidy
- Adding Gravatar to rss feed
- RSS Feed Custom Title? (code placing) [duplicate]
- Looking for a plugin which could publish my site rss to facebook timeline automaticlly
- How can I server scaled images?
- Set RSS feed update time
- Thumbnail size keeps resetting automatically
- How do I get an RSS feed to work
- Media Library shows default image instead of image preview
- How can I stop my WordPress database collecting transients such as RSS feeds in wp_options table?
- How to get recent posts from wordpress RSS feed