1 topanga Jun 19, 2006 10:00
3 topanga Jun 19, 2006 12:40
The blog that is wrong is www.hungryfeelings.be
I have two blogs... sorry for the unclear statement
4 yabba Jun 19, 2006 12:46
Are these dates correct ? http://www.hungryfeelings.be/?tempskin=_rss2
¥
5 topanga Jun 19, 2006 13:09
The date in pubDate is correct.
That's why it is so strange.
The feed that I read in my feedreader is http://feeds.feedburner.com/HungryFeelings and there the dates are not correct..
There I put in http://www.hungryfeelings.be/index.php?tempskin=_atom
So.. that means that the _atom 'thingie' is not correct...
I'll change my feedburner feed to http://www.hungryfeelings.be/?tempskin=_rss2 and see what that brings.
6 yabba Jun 19, 2006 16:37
Now that you mention atom I think I know what's happening. It would appear to show the updated date without seeing if it's earlier than the date published, just change this segment of code so that they both use issue_date.
<published><?php $Item->issue_date( 'isoZ', true ) ?></published>
<updated><?php $Item->mod_date( 'isoZ', true ) ?></updated>
¥
Based on your rss2pdf link I'll hazard a guess that you've got the wrong link in your feedburner account. 1.6 uses a "temp skin" for it's rss feeds now, so your link should be something like
¥