Posts: 184
Threads: 20
Joined: Apr 2010
I put the code
<?php show_rss($url) ?> in my theme but I don't see any feed. there are no other instructions. What do I need to do see the feed?
Posts: 3,491
Threads: 106
Joined: Mar 2010
2013-03-13, 05:26:24
(This post was last modified: 2013-03-13, 05:31:33 by Carlos.)
I've no idea, but there's another old plugin that may work for you:
GetFeed
Ah yes, the RSS plugin you wanted to use probably needs to be used like this:
<?php show_rss('http://site.com/feed/'); ?>
(put the RSS feed between quotes instead of $url)
Posts: 184
Threads: 20
Joined: Apr 2010
(2013-03-13, 05:26:24)Carlos Wrote: I've no idea, but there's another old plugin that may work for you: GetFeed
Ah yes, the RSS plugin you wanted to use probably needs to be used like this:
<?php show_rss('http://site.com/feed/'); ?>
(put the RSS feed between quotes instead of $url)
Thanks Carlos, but the download link of GetFeed is not working - the file is not there. And the usage of link in <?php show_rss('http://site.com/feed/'); ?> also doesn't work.
Posts: 3,491
Threads: 106
Joined: Mar 2010
2013-03-13, 17:03:58
(This post was last modified: 2013-03-13, 17:12:58 by Carlos.)
I've fixed the download. Sorry, try again.
http://www.cyberiada.org/cnb/getsimple-plugin-getfeed/
Note that you also have to download MagpieRSS. See the forum thread:
http://get-simple.info/forums/showthread.php?tid=613
BTW both plugins are for GETTING external feeds (just in case it wasnt clear to you).