【问题标题】:How to retrieve wordpress posts that published after last week?如何检索上周之后发布的 wordpress 帖子?
【发布时间】:2012-03-26 19:40:29
【问题描述】:

如何检索上周或上个月之后发布的 wordpress 帖子?我想要一个 sql 查询。 请帮帮我。

【问题讨论】:

    标签: php mysql sql wordpress


    【解决方案1】:

    SELECT * FROM wp_posts WHERE post_date > DATE_ADD(NOW(), INTERVAL -1 MONTH)

    其中 wp_posts 是包含帖子的表,MONTH 可能是 MONTH、DAY、WEEK 等。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多