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.