• I would like to have a page on my site that feature Rss news content (not a sidebar widget). I have add the following code to my page template.

    <?php include_once(ABSPATH . WPINC . ‘/rss.php’);
    wp_rss(‘http://feeds.feedburner.com/wprecipes&#8217;, 3); ?>

    But all it shows is headlines, what do i need to add to the code to make it display the date and paragraph.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Display more than headlines’ is closed to new replies.