This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Post Expires

विवरण

A simple plugin that allows to set the date for the posts, after which will be performed one of 3 actions: “Add prefix to title”, “Move to drafts”, “Move to trash”.

Features:

  • Set post expire date and time
  • Support custom post type (post and pages by default)
  • Action for expired posts: move to drafts, move to trash or add custom prefix for title
  • Adds class “post-expired” to post that expired on the site and in admin interface (for custom styles in theme)

Use in theme:

XNPostExpires::isExpired($post_id)

XNPostExpires::dateExpiration($post_id, $date_format)

स्क्रिनसटहरू

  • Select date and time in post
  • Add personal prefix for any post
  • Default settings

स्थापना

  1. Copy to plugins folder (/wp-content/plugins)

  2. Activate plugin from plugins page in admin interface

  3. Use the Settings->Reading Name screen to configure the plugin

समीक्षाहरू

मार्च 8, 2021 2 जवाफहरू
Update 3/8/21. Not working with 5.6.2. Several issues from earlier support tickets seem to still be unresolved. The time-picker isn't appearing under the calendar picker. Custom Post Types aren't being expired. I notice that support tickets going back one year haven't been answered. Is this plugin being supported?
मार्च 29, 2019
guys, it is working completely fine. I personally tested on 5.1.1 wordpress. read the installation instruction. Thanks team.
अगस्ट 23, 2018
Upon first installation, the date picker doesn't work when trying to set the expiry date. Well, that basically renders this plugin useless. Great idea, but needs to work properly first.
जुलाई 19, 2018
>>This plugin turns posts to a blank page when set a date to expire. same with me. Any ideas?
सबै 14 समीक्षाहरू पढ्नुहोस्

योगदानकर्ता र डेभलपरहरू

“WP Post Expires” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

“WP Post Expires” 4 लोकेलहरूमा अनुवाद गरिएका छन्। योगदानको लागि अनुवादकहरूलाई धन्यवाद।

“WP Post Expires” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्

विकासमा रुचि छ?

आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।

चेन्जलग

1.2.5

fix bug loop expire. Tnx @d79 (https://github.com/d79)
versiob wp 5.5.3

1.2.4

fix bugs classic editor/gutenberg js, tnx @micahjsharp

1.2.3

add status in post state
change logic for draft and trash, tnx @micahjsharp
use local wp timezone

1.2.2

support classic editor on wp 5.0+

1.2.1

Small fixes:
https://wordpress.org/support/topic/fatal-error-3074/ ( tnx @marknopfler )
https://wordpress.org/support/topic/fix-js-and-php-error/ ( tnx @lastant )

1.2

use DateTime Picker jQuery-ui
refactoring

1.1

conflicts resolved
fix datetime picker
update datetime picker

1.0.3

small fixes
add Italian translation (tnx, Paolo Centomani)

1.0.2

fix notice and accessing static property

1.0.1

fixed translation

1.0

init1 – Mr. Robot