• Resolved David

    (@loano1)


    Hi,

    I’m looking for a way to get posts with post_modified date in the future.

    The other way round I would use

    SELECT * from wp_post where post_modified > NOW()

    But how to get posts with post_modified date in the future?

    And even more advanced, how could I get all posts whose post_modified date is between 5 minutes and 235 minutes in the future?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Find posts were post_modified is less than now’ is closed to new replies.