Title: CG-Feedreader
Last modified: August 18, 2016

---

# CG-Feedreader

 *  [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/)
 * Ok, Beel.
    I put CG-Feedreader into the plugin directory along with all the other
   files. It’s not appearing in the WordPress plugin tab. Stumped at step 1! Greg

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/cg-feedreader/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cg-feedreader/page/2/?output_format=md)

 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271289)
 * Ok. Got them to appear in the WordPress tab. On to step 2.
 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271290)
 * I’ve put:
 *  $feedUrl = “[http://news.com.com/2547-1040_3-0-5.xml&#8221](http://news.com.com/2547-1040_3-0-5.xml&#8221);;//
   a sample CNET feed. use your own…
    $feedOut = getSomeFeed($feedUrl, 4, false,“
   feed-cnetttech”, ”, 36, false); if ($feedOut) echo $feedOut;
 * into index.php.
 * Can’t see the feed on the blog page.!?
    Greg
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271291)
 * In the index page or in a post on the index page? You also have uploaded all 
   the directories for CG-BigKahuna? (momentary memory loss – can’t remember the
   package name)
 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271292)
 * Thanks, Beel. In index.php which is in the root dir of the blog.
    It reads: <?
   php /* Short and sweet */ define(‘WP_USE_THEMES’, true); require(‘./wp-blog-header.
   php’); $feedUrl = “[http://news.com.com/2547-1040_3-0-5.xml&#8221](http://news.com.com/2547-1040_3-0-5.xml&#8221);;//
   a sample CNET feed. use your own… $feedOut = getSomeFeed($feedUrl, 4, false, “
   feed-cnetttech”, ”, 36, false); if ($feedOut) echo $feedOut; ?>
 * I put the whole kahuna into the plugins directory.
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271293)
 * That won’t get run because WP will redirect to your theme directory index page(
   define(‘WP_USE_THEMES’, true);) when the blog-header is loaded.
 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271294)
 * Ah… now where might that be… (looking…)
 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271295)
 * Methinks it’s the index.php in the wp-admin folder..
 * I love the way the post is yellowed and then faded..
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271296)
 * Nope, not there. Can’t tell you exactly where since I don’t know where your blog
   is, but one of the theme directories below wp-content/themes. If you don’t know
   which, check in admin or just view the source of your index page and check from
   where the css is being loaded.
 *  [TechGnome](https://wordpress.org/support/users/techgnome/)
 * (@techgnome)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271297)
 * Nooooooooooo! Don’t touch that….
 * It’s the index.php file that’s in the Theme directory you are using.
    wp-content\
   themes\_your_theme_here\index.php
 * -tg
 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271299)
 * Found it! wp-content/themes/default/index.php.
 * So, I put the feedreader code in that file, and it appears!
 * Thanks, guys.
 * It’s nice to know someone/s out there is watching you.
    Greg
 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271300)
 * Seems to want it as an .xml extension file.
 * Doesn’t work with: [http://bearstorm.com/blogs/london/wp-rss2.php](http://bearstorm.com/blogs/london/wp-rss2.php)
 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271302)
 * Also, when I change to [http://bearstorm.com/blogs/london/wp-rss2.php](http://bearstorm.com/blogs/london/wp-rss2.php)
 * it brings back the old feed. Maybe cache needs to be cleared.
 *  [Beel](https://wordpress.org/support/users/beel/)
 * (@beel)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271303)
 * No (to the post before your last one), it works fine no matter what generates
   the feed. If you changed the link without changing the name then you will not
   see it for awhile as all feeds are cached by CG-Feedread.
 * As an aside, I noticed from your feed you are using an older version of WP that
   had some bugs. Might want to get 1.5.2
 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271305)
 * Thanks, Beel. And I’ll change to 1.5.2.
 *  Thread Starter [gregtallent](https://wordpress.org/support/users/gregtallent/)
 * (@gregtallent)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/cg-feedreader/#post-271306)
 * Actually, it says 1.5.2 in my dashboard. 🙂

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/topic/cg-feedreader/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cg-feedreader/page/2/?output_format=md)

The topic ‘CG-Feedreader’ is closed to new replies.

## Tags

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

 * 22 replies
 * 4 participants
 * Last reply from: [davidchait](https://wordpress.org/support/users/davidchait/)
 * Last activity: [20 years, 5 months ago](https://wordpress.org/support/topic/cg-feedreader/page/2/#post-271654)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
