• I want to load data from an RSS feed into my page so I can display the data in an attractive table or list. There are a ton of plugins for RSS display out there, but I can’t find any that support values stored in a namespace. I have data like this:

    <item>
         <title>Post Title</title>
         <guid isPermaLink="false">102632411210565</guid>
         <link>https://example.com</link>
         <description>...</description>
         <pubDate>Wed, 20 Feb 2019 11:20:26 GMT</pubDate>
         <custom:City>Miami</custom:City>
         <custom:State>FL</custom:State>
    </item>

    I need to pull the values from the ‘custom:’ fields into the screen along with the basic ones. Is anyone aware of a plugin that works with data like that shown above, or any other method of doing what I need to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You might start with Feed WordPress to import and add some custom fields to it. You’d then use that custom field data in your theme, a widget, or a custom plugin to create that output.

    https://fwpplugin.com/

    Thread Starter Andrew Rothman

    (@arothman)

    I had looked at Feed WordPress, but I’m trying to avoid creating posts out of all the items in the feed. I’m just looking to display the content, not import it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Seeking RSS display plugin with Namespace support’ is closed to new replies.