Title: RSS feed appears blank
Last modified: August 19, 2016

---

# RSS feed appears blank

 *  Resolved [okjazz](https://wordpress.org/support/users/okjazz/)
 * (@okjazz)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/rss-feed-appears-blank/)
 * I am trying to add a feed from this wordpress blog
 * [http://kenyapage.net/football/comments/latest/](http://kenyapage.net/football/comments/latest/)
 * I am trying to add the feed to this page
 * [http://kenyapage.net/football/comments/](http://kenyapage.net/football/comments/)
 * I used the text below but the feed appears blank
 *     ```
       <?php
       include_once $_SERVER['DOCUMENT_ROOT'] . '/inc/simplepie.inc';
       $feed = new SimplePie('http://kenyapage.net/football/comments/latest/');
       ?>
   
       <h1><?php print $feed->get_title(); ?></h1>
   
       <ul>
       <?php foreach ($feed->get_items(0, 5) as $item): ?>
   
       <li>
               <a>get_permalink(); ?>">
               <?php print $item->get_title(); ?></a>
           </li>
       <?php endforeach; ?>
       </ul>
       ```
   
 * I also uploaded simplepie.inc to the following folder
    [http://kenyapage.net/football/comments/inc](http://kenyapage.net/football/comments/inc)
 * and also created a folder
 * [http://kenyapage.net/football/comments/cache](http://kenyapage.net/football/comments/cache)
 * Any ideas on why the feed is blank ?
    The rest of the html is fine

Viewing 1 replies (of 1 total)

 *  Thread Starter [okjazz](https://wordpress.org/support/users/okjazz/)
 * (@okjazz)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/rss-feed-appears-blank/#post-1578437)
 * Anyone ?

Viewing 1 replies (of 1 total)

The topic ‘RSS feed appears blank’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [okjazz](https://wordpress.org/support/users/okjazz/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/rss-feed-appears-blank/#post-1578437)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
