Title: Feed RSS doesn&#039;t work
Last modified: August 22, 2016

---

# Feed RSS doesn't work

 *  Resolved [katerix](https://wordpress.org/support/users/katerix/)
 * (@katerix)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/feed-rss-cannot-work/)
 * Hi! I tried to add following code in my theme function.php file. Update, but 
   doesn’t work my blog. Delete code, and after, feed don’t work. This is code that
   try to add.
 *     ```
       function rssthumb($content) {
       	global $post;
       	if(has_post_thumbnail($post->ID)) { ?>
       		<img align="left" width="75" src="<? echo wp_get_attachment_thumb_url( get_post_thumbnail_id( $post->ID ) ) ?>" hspace="10" />
       		<? }
       	return $content;
       }
       add_filter('the_excerpt_rss', 'rssthumb');
       add_filter('the_content_feed', 'rssthumb');
       ```
   
 * This code is for add images in feed.
    Now, when check the url, see that. [ropetili.eu/feed/](http://ropetili.eu/feed/)
   W3.org validator says [W3.org validator](http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ropetili.eu%2Ffeed%2F;ss=1;No200=1)

Viewing 1 replies (of 1 total)

 *  Thread Starter [katerix](https://wordpress.org/support/users/katerix/)
 * (@katerix)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/feed-rss-cannot-work/#post-5406481)
 * I solved this. Delete cache from my browser.

Viewing 1 replies (of 1 total)

The topic ‘Feed RSS doesn't work’ is closed to new replies.

## Tags

 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 1 reply
 * 1 participant
 * Last reply from: [katerix](https://wordpress.org/support/users/katerix/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/feed-rss-cannot-work/#post-5406481)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
