Discourse RSS Feed - Troubleshooting

Hello,

We’ve created a discourse specific RSS feed, so that an HTML image tags are included within the description CD data so images are also shown. This was to resolve an issue with a lack of images being included within RSS posted pages.

However, it does not seem to post any content from the feed and unsure why. Is there a way to troubleshoot feed collection with RSS poling ?

Example feed: https://labs.ksec.co.uk/wp-content/uploads/sites/4/woo-feed/custom2/xml/recentproductsrss.xml

Syantax

<?xml version="1.0" encoding="utf-8" ?>
<items>
    {{each product start}}
      <item>
        <title><![CDATA[New Product! {title}]]></title>
        <link>{link}</link>
        <description><![CDATA[{wp_attr_mapping_Dynamic_HTML_Image_and_description}]]></description>
        <img><![CDATA[{image}</img>]]></img>
        <guid>{link}</guid>
        <PubDate>{date_created}</PubDate>
      </item>
    {{each product end}}
</items>
1 Like