Viewing 1 replies (of 1 total)
  • <?php
     if (is_page('RSS Syndication') ){
      require_once(ABSPATH . WPINC . '/rss.php');
      wp_rss('feedurl.com/feed.rss', 10);
     }
    ?>

    feedurl.com/feed.rss – should be real url of feed and the number 10 should be however many you want displayed

Viewing 1 replies (of 1 total)

The topic ‘How do i ?’ is closed to new replies.