My b2evolution Version: Not Entered
I'm moving several posts to another blog. Now the issue_date is today (when I created the post on the blog), but I want to retain the original date which is stored in post_datestart.
Atom uses issue_date.
How would the Atom feed react if I hardcoding changed
<published>issuedate()</published>
to
<published>post_datestart</published>
Will feedreaders complain or is this a non issue?
thanks
Something completely different is going on. The next tag reads:
so I hacked it to:
and it seems to do what I want.