Title: RSS Feed Reader Plugin
Last modified: August 19, 2016

---

# RSS Feed Reader Plugin

 *  [j_mo](https://wordpress.org/support/users/j_mo/)
 * (@j_mo)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/rss-feed-reader-plugin/)
 * Hi,
 * I have been looking around and cant find exactly what I am looking for.
 * Does anyone know of an RSS feed reader plugin that can be displayed on a custom
   page rather than a sidebar??
 * Thanks
    Phil

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

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/rss-feed-reader-plugin/#post-1408787)
 * [http://wordpress.org/extend/plugins/feedwordpress/](http://wordpress.org/extend/plugins/feedwordpress/)
 *  Thread Starter [j_mo](https://wordpress.org/support/users/j_mo/)
 * (@j_mo)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/rss-feed-reader-plugin/#post-1408982)
 * Perfect, Thanks for that. Got that working.
 * I have added it to my static pages but am wondering how I alter this code:
 *     ```
       <?php $temp_query = $wp_query; ?>
       <?php  query_posts('category_name=rss&showposts=5'); ?> 
   
       <?php while (have_posts()) : the_post(); ?>
         <div class="post" id="post-<?php the_ID(); ?>">
           <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
           <?php the_excerpt(); ?>
         </div>
       <?php endwhile; ?>
       ```
   
 * to add the RSS to the front page only?
 * I know you must add `if ( is_page('Home')` but I am unsure how to implement it???
 *  [HAMMADHASSAN](https://wordpress.org/support/users/hammadhassan/)
 * (@hammadhassan)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/rss-feed-reader-plugin/#post-1408984)
 * [http://wordpress.org/extend/plugins/plugin-wonderful/](http://wordpress.org/extend/plugins/plugin-wonderful/)
 *  Thread Starter [j_mo](https://wordpress.org/support/users/j_mo/)
 * (@j_mo)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/rss-feed-reader-plugin/#post-1408987)
 * Surely there is any easier way than activating a plugin???

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

The topic ‘RSS Feed Reader Plugin’ is closed to new replies.

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [j_mo](https://wordpress.org/support/users/j_mo/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/rss-feed-reader-plugin/#post-1408987)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
