Hi,
I'm trying to use this script:
http://www.dynamicdrive.com/dynamici...ybox/index.htm
This is the RSS feed I've made (which I don't want to change):
http://www.mattblank.com/rss/rss.xml
And this is how it displays on the page:
http://www.mattblank.com/rss/demo.htm
Although I'm using the default template which therefore should show this:
<DIV class="rsscontainer">
<div class="rssdate"><?php echo $item->get_date(); ?></div>
<div class="rsstitle"><a href="<?php echo $item->get_permalink(); ?>"><?php echo $item->get_title(); ?></a></div>
<div class="rssdescription"><?php echo $item->get_description(); ?></div><br/><br/>
</DIV>
It does not display the date.
Can anyone help me please? It's really frustrating as I really want it to work, but don't want to change the way my RSS Feed is setup.
Many thanks in advance,
Matt



Reply With Quote

Bookmarks