Quantcast
Channel: Good RSS Feed Parser to use on php file? - WordPress Development Stack Exchange
Viewing all articles
Browse latest Browse all 2

Good RSS Feed Parser to use on php file?

$
0
0

Was trying to use EmbedRSS Plugin but the php code that I used to put it into my index.php file doesn't work.

 [cetsEmbedRSS id='http://deannaschneider.wordpress.com' itemcount='2' itemauthor='1' itemdate='1' itemcontent='1']

convert into php:

<?php echo do_shortcode ('[cetsEmbedRSS id='http://deannaschneider.wordpress.com' itemcount='2' itemauthor='1' itemdate='1' itemcontent='1']'); ?>

I switched to Wordpress's built in rss and used the following code:

<?php include_once(ABSPATH . WPINC . '/rss.php'); wp_rss('http://www.ssupremacy.com/bbs/rss.php?fid=3', 10); ?>

When I replace "3" with "4", the feed shows but it doesn't show in fid=3. And I want more to show then just a list of links. I want an excerpt of the forum post, date, author, etc.

Any ideas?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images