Quantcast
Channel: WordPress › Support » Topic: CG-Feedreader
Browsing latest articles
Browse All 23 View Live

GregTallent on "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

View Article



GregTallent on "CG-Feedreader"

Ok. Got them to appear in the Wordpress tab. On to step 2.

View Article

GregTallent on "CG-Feedreader"

I've put: $feedUrl = "http://news.com.com/2547-1040_3-0-5.xml"; // a sample CNET feed. use your own... $feedOut = getSomeFeed($feedUrl, 4, false, "feed-cnetttech", '', 36, false); if ($feedOut) echo...

View Article

Beel on "CG-Feedreader"

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)

View Article

GregTallent on "CG-Feedreader"

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 =...

View Article


Beel on "CG-Feedreader"

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.

View Article

GregTallent on "CG-Feedreader"

Ah... now where might that be... (looking...)

View Article

GregTallent on "CG-Feedreader"

Methinks it's the index.php in the wp-admin folder.. I love the way the post is yellowed and then faded..

View Article


Beel on "CG-Feedreader"

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...

View Article


TechGnome on "CG-Feedreader"

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

View Article

GregTallent on "CG-Feedreader"

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

View Article

GregTallent on "CG-Feedreader"

Seems to want it as an .xml extension file. Doesn't work with: http://bearstorm.com/blogs/london/wp-rss2.php

View Article

GregTallent on "CG-Feedreader"

Also, when I change to http://bearstorm.com/blogs/london/wp-rss2.php it brings back the old feed. Maybe cache needs to be cleared.

View Article


Beel on "CG-Feedreader"

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...

View Article

GregTallent on "CG-Feedreader"

Thanks, Beel. And I'll change to 1.5.2.

View Article


GregTallent on "CG-Feedreader"

Actually, it says 1.5.2 in my dashboard. :-)

View Article

Beel on "CG-Feedreader"

I tested your link in my CG-Feedread subscriptions and it worked fine. Try this: <?php getSomeFeed('http://bearstorm.com/blogs/london/wp-rss2.php', 4, true, "TEST", '', '', '240', true, true, true);...

View Article


Beel on "CG-Feedreader"

Might want to check that you have correctly uploaded all files for 1.5.2 as your feed has <!-- generator="wordpress/1.5.1.3" -->

View Article

GregTallent on "CG-Feedreader"

Nice! Works a treat. Will check all files, too. One last question, Beel. If I want to use my own index page in root of http://www.bearstorm.com, and put the getSomeFeed function call in there, how is...

View Article

Beel on "CG-Feedreader"

I believe David's CG-Feedread did not start out as a plugin. I use it outside of WP by including WP's blog-header in any file accessing a WP function. You may be able to just include CG-Feadread.php...

View Article

GregTallent on "CG-Feedreader"

I'll try it tomorrow. Will get back to this thread. Thanks. Greg

View Article


GregTallent on "CG-Feedreader"

To continue above, just found a link that will allow CG-Feedreader to be used outside of wp: http://wordpress.org/support/topic/36422. Howeve, I've gone back to using Bill Rawlinson's: rssLinkList:...

View Article


davidchait on "CG-Feedreader"

I'm not sure what could be easier than a single function call... ;) Yes, CG-FeedRead can be direct-included in a higher-up index.php to utilize it anywhere on a site. In addition, it can be used on a...

View Article
Browsing latest articles
Browse All 23 View Live




Latest Images