• I know there is a “post_date” key, but is there also something like a “post_created” key that matches more closely to the ID order?

    I am creating a lifestream page and I’ve noticed that several of the external feeds that I’m using assign different “post_date”s than I would like. For example, in my WordPress lifestream, I would like my Flickr Favorites photos to be ordered by the date that I favorite them, not the order that they were originally posted by the original user. My YouTube favorites show up the same way.

    I could order the entire lifestream by $post–>ID, but some of the feeds don’t import immediately, so the Loop would have a lot of posts from the same feeds clumped together.

    Hope this makes sense. Thanks for reading!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The only other date field stored with the posts, besides post_date, is post_modified, which should be the date and time the post was last updated. You could try that.

    Thread Starter Zepfanman

    (@zepfanman)

    Thank you. I guess that’s about as good as it gets! Is there an easy way to create a Custom Field that would automatically encode this initial timestamp I’m looking for?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a variable/key for post creation date?’ is closed to new replies.