Title: 2.7 RSS Feed Problems
Last modified: August 19, 2016

---

# 2.7 RSS Feed Problems

 *  [Erik](https://wordpress.org/support/users/buckycat7/)
 * (@buckycat7)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/27-rss-feed-problems/)
 * I know this has been talked about a lot around and there are a number of topic
   on this issue, but I’ve spent the last 24 hours going through all of them to 
   try and figure out how to fix the fact that since upgrading to WP 2.7 my RSS 
   feed as gone away.
 * I have deactivated every plug in I’m using on the site, try .htaccess rewrites,
   removed all whitespace from the wp-config.php file, replaced WP files with new
   ones from a fresh WordPress download, and everything else that has been talked
   about. And none of this has worked.
 * Even did a brand new install for WP for a new site I’m working on and that RSS
   doesn’t work. So I think this points to some kind of problem with the new 2.7
   code, so is there any news on when this major, major problem is going to get 
   fixed or are all of using WordPress going to have to deal with being unable to
   have RSS subscribers?

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

 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/27-rss-feed-problems/#post-959188)
 * Other than “gone away” what is the error message if any?
 * URL?
 *  Thread Starter [Erik](https://wordpress.org/support/users/buckycat7/)
 * (@buckycat7)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/27-rss-feed-problems/#post-959203)
 * Here is the url to the feed address: [http://www.erikakers.com/feed](http://www.erikakers.com/feed)
 * I just check that and before now it was a Page Not Found error and not the parsing
   error that is now showing up.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/27-rss-feed-problems/#post-959208)
 * try the plugin the last poster in this thread recommends?
 * [http://wordpress.org/support/topic/192781?replies=6](http://wordpress.org/support/topic/192781?replies=6)
 *  Thread Starter [Erik](https://wordpress.org/support/users/buckycat7/)
 * (@buckycat7)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/27-rss-feed-problems/#post-959291)
 * That plug in fixed the error, but now the original problem is back if you go 
   to my Feed address [http://www.erikakers.com/feed](http://www.erikakers.com/feed)
   is says there is nothing found, thus I still don’t have any RSS feed.
 *  Thread Starter [Erik](https://wordpress.org/support/users/buckycat7/)
 * (@buckycat7)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/27-rss-feed-problems/#post-959294)
 * Okay I believe I have found the problem. I add this to my functions file to put
   a delay in the RSS feed from when I publish a post to when it’s published via
   RSS
 *     ```
       function pulish_later_on_feed($where) {
       	global $wpdb;
        	if ( is_feed() ) {
       		// timestamp in WP-format
       		$now = gmdate('Y-m-d H:i:s');
        		// value for wait; + device
       		$wait = '30'; // integer
        		// http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_timestampdiff
       		$device = 'MINUTE'; //MINUTE, HOUR, DAY, WEEK, MONTH, YEAR
        		// add SQL-sytax to default $where
       		$where .= " AND TIMESTAMPDIFF($device, $wpdb->posts.post_date_gmt, '$now') > $wait ";
       	}
       	return $where;
       }
       add_filter('posts_where', 'pulish_later_on_feed');
       ```
   
 * I removed that and everything seem to work again, I just remember that I added
   that after the last post. Has any one else seen a problem like this? Is there
   is some way to not post the feed right away?
 *  [stalliondan](https://wordpress.org/support/users/stalliondan/)
 * (@stalliondan)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/27-rss-feed-problems/#post-959498)
 * all I did was update the permalinks to a different stucture. Took me forever 
   to figure it out but feed validator kepts showing the same problem so I thought
   it was worth a shot. Try it.

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

The topic ‘2.7 RSS Feed Problems’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 4 participants
 * Last reply from: [stalliondan](https://wordpress.org/support/users/stalliondan/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/27-rss-feed-problems/#post-959498)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
