I can't seem to get the publication date to display for my news feed. Here's my code:
CODE
<MTEntries lastn="10">
<item>
<title><$MTEntryTitle regex="1" remove_html="1"$></title>
<link><$MTEntryPermalink$></link>
<description>Source: <$MTEntryBody regex="1" convert_breaks="0"$></description>
<dc:date><$MTEntryDate$></dc:date>
</item>
</MTEntries>
<item>
<title><$MTEntryTitle regex="1" remove_html="1"$></title>
<link><$MTEntryPermalink$></link>
<description>Source: <$MTEntryBody regex="1" convert_breaks="0"$></description>
<dc:date><$MTEntryDate$></dc:date>
</item>
</MTEntries>
I'm using CaRP to display the feed on a test page at
http://www.ems.org/syndicate_test.php
The entry title displays, the entry body is there, but there's no date.
Thanks,
Ryan