• kgagne

    (@kgagne)


    What’s the best way to embed an RSS feed into a WordPress post or page, as opposed to a widget?

    I’ve been using v2.1.3 of KB Advanced RSS Widget which, along with Exec-PHP, allows for calls such as this:

    <?php
    kb_rss_template($url='http://www.example.com/feed', $format='<a href="^link$">^title$</a><blockquote>^description$</blockquote>', $numItems=10, $utf=false, $echo=true);?>

    Seeing as how this plugin is more than four years old, I figure there must now be better ways to address this need?

  • The topic ‘Embed RSS feed in post/page’ is closed to new replies.