@@ -22,7 +22,7 @@ foreach ($items as $item) {
echo $item->content ();
?>]]></description>
<pubDate><?php echo date('D, d M Y H:i:s O', $item->date (true)); ?></pubDate>
- <guid><?php echo $item->guid (); ?></guid>
+ <guid isPermaLink="false"><?php echo $item->id (); ?></guid>
</item>
<?php } ?>