• Resolved DowntownRob

    (@downtownrob)


    Has support for RSS item’s featured image added yet? I saw a closed thread a year old mentioning it would be.

    I can’t seem to find a plugin that nicely pulls in a feed from an RSS feed and includes displaying the images included, if they are present.

    https://wordpress.org/plugins/rss-import/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Rob, Pl. check “RSS in Page” plugin by Titus Biknell. It shows up images from RSS feed very well.

    Thanks,
    Sanjay

    but “RSS in Page” does not have pagination. 🙁

    Plugin Author took77

    (@took77)

    please use the new feature in the latest release 4.4.15! 🙂

    Example how to enable Thumbnail Pictures:

    RSSImport(
    $display = 5,
    $feedurl = ‘http://www.thestage.co.uk/opinion/shenton/feed/’,
    $before_desc = ‘<img src=”%picture_url%” alt=””>’,
    $displaydescriptions = true
    );

    or

    [RSSImport feedurl=”http://www.thestage.co.uk/opinion/shenton/feed/&#8221; displaydescriptions=”true” before_desc=”<div><img src=’%picture_url%’ width=’50px’ alt=” style=’float:left;’ />” after_desc=”</div>” use_simplepie=”true”]

    btw: Do you have any other examples of rss-feeds that actually contain pictures that we might use in the examples in our documentation and for testing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Support for RSS item's featured image?’ is closed to new replies.