We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14214
    • 299 Posts
    I’ve followed the directions very carefully for the Ditto RSS feed here: http://ditto.modxcms.com/tutorials/custom-rss-feed.html

    And no result. It shows 0/0 no results.

    My call:
     [!Ditto? &format=`rss` &tpl=`ditto_rss_tpl`!]


    ditto_rss_tpl
    <item>
    				<title>[+rss_pagetitle+]</title>
    				<link>[(site_url)][~[+id+]~]</link>
    				<description><![CDATA[ [+content+] ]]></description>
    				<pubDate>[+rss_date+]</pubDate>
    				<guid isPermaLink="false">[(site_url)][~[+id+]~]</guid>
    				<dc:creator>[(site_name)]</dc:creator>
    				[+tagLinks+]
    </item>


    It’s published, with blank template and type is text/xml (and I’ve tried application/rss+xml). MODx version 1.0.3 MySQL 5.1.36 PHP version 5.2.10.


    Any help is well appreciated.
      • 16702 ☆ A M B ☆
      • 536 Posts
      for example:
      [[Ditto? &parents=`32, 2` &format=`rss` &summarize=`100` &total=`200` &commentschunk=`Comments` &sortBy=`pub_date` &sortDir=`DESC` &tpl=`rss_item`]]


      that is my call to "RSS generator"

      i thing you need:

      &parents=`your_ID`
        palma non sine pulvere
        • 14214
        • 299 Posts
        Got it. It was &depth and &parents needed. Set both to 0 for feed of all documents.

        Thanks pal!