Title: Post Deadlines
Author: Timi Wahalahti
Published: <strong>2018 年 10 月 19 日</strong>
Last modified: 2018 年 10 月 20 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/post-deadlines.svg)

# Post Deadlines

 作者：[Timi Wahalahti](https://profiles.wordpress.org/sippis/)

[下载](https://downloads.wordpress.org/plugin/post-deadlines.1.0.1.zip)

 * [详情](https://cn.wordpress.org/plugins/post-deadlines/#description)
 * [评价](https://cn.wordpress.org/plugins/post-deadlines/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/post-deadlines/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/post-deadlines/#developers)

 [支持](https://wordpress.org/support/plugin/post-deadlines/)

## 描述

This plugin allows you to set deadline for posts and list posts with upcoming deadlines
via shortcode.

Plugin is intended to be used with [P2 theme](https://p2theme.com/) or [o2 plugin](https://geto2.com/),
but can also work without it – only P2/o2 spesific functionality is datepicker field
added to frontend post submit area. Datepicker for setting deadline is also available
in classic editor and Gutenberg.

Plugin also automatically adds deadline to the end of `the_content` output if deadline
is set. List of posts with upcoming deadlines are cached to transients to reduce
amount of databse queries in large scale sites.

## 安装

Installing “Post Deadlines” can be done either by searching for “Post Deadlines”
via the “Plugins > Add New” screen in your WordPress dashboard, or by using the 
following steps:

 1. Download the plugin via WordPress.org
 2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress
    dashboard
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## 常见问题

  How I can set deadline for post?

Post deadline can be set via datepicker in classic editor or Gutenberg from meta
box labeled “Post deadline”. If you are running P2 theme or o2 plugin, deadline 
can be set from datepicker in front end post submit area also.

  How to list posts with upcoming deadlines?

Just use shortcode `[upcoming_post_deadlines]` somewhere in your content! If you
want to change the order so that post with latest deadline is first, add attribute`
order="DESC"` to shortcode.

  Can I use my own template for shortcode?

Yes! From plugin files copy `views/shortcode-list-upcoming-deadlines-php` to your
theme root with name `post-deadlines-shortcode-list-upcoming.php` and then just 
modify the template to suit your needs.

  My list of posts with upcoming dedline isn’t updating!

Oh snap! Plugin stores upcoming deadlines in transients to reduce amount of databse
queries in large scale sites. Probably something is stuck and you should manually
delete those transients from `wp_options` table or in-memory cache like Redis.

Transient are named like `posts_with_deadline_YYYYMMDD_ASC/DESC`.

  Can I change the behavior of this plugin?

Of course, but it needs some basic knowledge about PHP and WordPress hooks. This
plugin does not have any settings page, only thing you can do without touching the
code is chaning the post order in shortcode.

If you know your PHP and WordPress hooks, look throught `post-deadlines.php` file
and find what you need 🙂

## 评价

![](https://secure.gravatar.com/avatar/f2a4b991356cc707cbe41edd396d5bf1c22cbf84d70e98fea3dfcc2265e775ba?
s=60&d=retro&r=g)

### 󠀁[Works like a charm](https://wordpress.org/support/topic/works-like-a-charm-1707/)󠁿

 [Vladimir Vassilev](https://profiles.wordpress.org/vloo/) 2020 年 5 月 25 日

As old as this plugin it is, it still works just as expected on latest version of
WordPress and P2 🙂

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/post-deadlines/reviews/)

## 贡献者及开发者

「Post Deadlines」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Timi Wahalahti ](https://profiles.wordpress.org/sippis/)

[帮助将「Post Deadlines」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/post-deadlines)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/post-deadlines/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/post-deadlines/)，或通过[RSS](https://plugins.trac.wordpress.org/log/post-deadlines/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/post-deadlines/)。

## 更新日志

#### 1.0.0

 * 2018-09-27
 * Initial release

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**8 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 4.6 或更高版本 **
 *  已测试的最高版本为 **4.9.29**
 *  PHP 版本 ** 5.2.4 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/post-deadlines/)
 * 标签
 * [deadline](https://cn.wordpress.org/plugins/tags/deadline/)[O2](https://cn.wordpress.org/plugins/tags/o2/)
   [p2](https://cn.wordpress.org/plugins/tags/p2/)
 *  [高级视图](https://cn.wordpress.org/plugins/post-deadlines/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/post-deadlines/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/post-deadlines/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/post-deadlines/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/post-deadlines/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/post-deadlines/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/post-deadlines/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/post-deadlines/reviews/)

## 贡献者

 *   [ Timi Wahalahti ](https://profiles.wordpress.org/sippis/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/post-deadlines/)