gregtallent
Forum Replies Created
-
Forum: Plugins
In reply to: CG-FeedreaderTo 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: http://rawlinson.us/blog/index.php?p=212
Seems a little easier.
Forum: Plugins
In reply to: CG-FeedreaderI’ll try it tomorrow. Will get back to this thread. Thanks. Greg
Forum: Plugins
In reply to: CG-FeedreaderNice! 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 that going to find the function?
Have a really nice day, Beel. You’ve been a great help.
Forum: Plugins
In reply to: CG-FeedreaderActually, it says 1.5.2 in my dashboard. 🙂
Forum: Plugins
In reply to: CG-FeedreaderThanks, Beel. And I’ll change to 1.5.2.
Forum: Plugins
In reply to: CG-FeedreaderAlso, when I change to http://bearstorm.com/blogs/london/wp-rss2.php
it brings back the old feed. Maybe cache needs to be cleared.
Forum: Plugins
In reply to: CG-FeedreaderSeems to want it as an .xml extension file.
Doesn’t work with: http://bearstorm.com/blogs/london/wp-rss2.php
Forum: Plugins
In reply to: CG-FeedreaderFound 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.
GregForum: Plugins
In reply to: CG-FeedreaderMethinks it’s the index.php in the wp-admin folder..
I love the way the post is yellowed and then faded..
Forum: Plugins
In reply to: CG-FeedreaderAh… now where might that be… (looking…)
Forum: Plugins
In reply to: CG-FeedreaderThanks, 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”; // 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.
Forum: Plugins
In reply to: CG-FeedreaderI’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 $feedOut;into index.php.
Can’t see the feed on the blog page.!?
GregForum: Plugins
In reply to: CG-FeedreaderOk. Got them to appear in the WordPress tab. On to step 2.
Forum: Fixing WordPress
In reply to: Displaying RSS feed and description on blogThank you, will do, roger and out.
GregForum: Fixing WordPress
In reply to: post_category field in wp_postsThanks, Skippy.
Understood. So, that’s why it’s filled with nothing.