Title: Not adding anything&#8230;
Last modified: October 27, 2016

---

# Not adding anything…

 *  [Clicknathan](https://wordpress.org/support/users/clicknathan/)
 * (@clicknathan)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-adding-anything/)
 * Tried refreshing permalinks, saving settings on the General settings page you’ve
   added the two checkboxes to, nothing makes a difference. No post thumbnail in
   the feeds…
 * **Update**! And then it started working!
 * I’m guessing this may have had something to do with either my hosting’s caching
   or possibly even just my own browser cache. Works like a dream, thank you!
    -  This topic was modified 9 years, 7 months ago by [Clicknathan](https://wordpress.org/support/users/clicknathan/).
      Reason: Updated to reflect how very wrong I was

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [Silvan Hagen](https://wordpress.org/support/users/neverything/)
 * (@neverything)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-adding-anything/#post-8364294)
 * Hi there and thank you for your feedback.
 * Please have a look at the reply on this support ticket which I assume is the 
   same issue you are having: [https://wordpress.org/support/topic/not-seeing-image-thumbnails-in-feed-after-plugin-install/#post-7244147](https://wordpress.org/support/topic/not-seeing-image-thumbnails-in-feed-after-plugin-install/#post-7244147)
 * If this is the case, please update your rating or if not, open a support ticket
   and we will gladly help you out.
 *  Plugin Contributor [Silvan Hagen](https://wordpress.org/support/users/neverything/)
 * (@neverything)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-adding-anything/#post-8364315)
 * [@clicknathan](https://wordpress.org/support/users/clicknathan/): Thanks for 
   changing your review. Let me know if you need any additional help with the plugin.
 *  Thread Starter [Clicknathan](https://wordpress.org/support/users/clicknathan/)
 * (@clicknathan)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-adding-anything/#post-8364333)
 * Thank you Silvan! And sorry for being so quick to post earlier.
 * Any way to force the plugin to always add a certain thumbnail size (like ‘thumbnail’
   or ‘medium’) by chance?
 *  Plugin Contributor [Silvan Hagen](https://wordpress.org/support/users/neverything/)
 * (@neverything)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-adding-anything/#post-8366224)
 * [@clicknathan](https://wordpress.org/support/users/clicknathan/) yes you can,
   we have two filters available for this:
 * Check out the [filters on Github](https://github.com/wearerequired/required-wp-feed-post-thumbnail/blob/master/classes/plugin.php#L109-L110).
   You will have to have something like the following in your code:
 *     ```
       <?php
   
       // Filters the size on media:content tag (defaults to full)
       add_filter( 'wp_feed_post_thumbnail_image_size_full', function( $size ) {
       	return 'large'; // return any registered image size
       }, 10, 1 );
   
       // Filters the size on the media:thumbnail tag (defaults to thumbnail)
       add_filter( 'wp_feed_post_thumbnail_image_size_thumbnail', function( $size ) {
       	return 'medium'; // return any registered image size
       }, 10, 1 );
       ```
   
    -  This reply was modified 9 years, 7 months ago by [Silvan Hagen](https://wordpress.org/support/users/neverything/).
      Reason: typo
 *  Thread Starter [Clicknathan](https://wordpress.org/support/users/clicknathan/)
 * (@clicknathan)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/not-adding-anything/#post-8371035)
 * Beautiful, thank you!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Not adding anything…’ is closed to new replies.

 * ![](https://ps.w.org/wp-feed-post-thumbnail/assets/icon.svg?rev=2887120)
 * [Feed Post Thumbnail](https://wordpress.org/plugins/wp-feed-post-thumbnail/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-feed-post-thumbnail/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-feed-post-thumbnail/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-feed-post-thumbnail/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-feed-post-thumbnail/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-feed-post-thumbnail/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Clicknathan](https://wordpress.org/support/users/clicknathan/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/not-adding-anything/#post-8371035)