이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Advanced Schedule Posts

설명

Allows to you to set the datetime of expiration and the schedule which overwrites the another post.

Datetime of Expiration

When it becomes the datetime of expiration, the status of post is changed to ‘draft’.

Overwrite the another post

When the scheduled post(A) is published by wp cron, the new post(A) overwrite the another post(B) and the old post(B) is changed to draft.
The slug of the new post(A) is changed to the slug of the old post(B).
The slug of the old post(B) is changed to the slug of the new post(A).

This Plugin published on GitHub.

스크린샷

  • Setting - Expire
  • Setting - Overwrite
  • Posts
  • List of Schedule Posts
  • Initial Settings
  • Guternberg editor

설치

  1. Upload ‘advanced-schedule-posts’ folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

후기

2021년 3월 16일
It appears to hide the post (somehow) with a status of "Published". At the scheduled time for expiration, it changes the post to a status of "Draft" - from hidden to hidden. What's the point? I was trying to use this plugin to schedule a post for when to appear and then disappear. At first I thought it simply conflicted with built-in scheduler for when to appear. However, after trying for an hour to get this to work, I tried only scheduling the expiration. That's when I discovered the post never shows when scheduled for expiration.
2020년 7월 29일
I'm using the latest version of Wordpress (5.4.2), the expire post features work well with 24 hours time format (H:i). Other time format like g:i a / g:i A, the expire post will run on date only. The expire post features also compatible with woocommerce product too, it can set woocommerce product to draft on certain date and time. I'm going to test the overwrite features which also come with this plugin. I hope the developer will keep update the plugin (security, etc).
2020년 6월 21일
This plugin helps me so much to expire post or page on the date I want. Thank you for creating this plugin. Hope you will be more successful in your career and your life. Thank you again for helping us. Cheers.
2019년 9월 3일
更新予約プラグインを探していましたが、古いものしかなくこちらを利用させていただきました。 slugを変更することなく新しい記事に差し替え予約ができるのでとても便利です。 Gutenbergでも動作するようになり、非常に助かりました。
모든 8 평가 읽기

기여자 & 개발자

“Advanced Schedule Posts”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Advanced Schedule Posts”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.1.8

  • Bug Fix.

2.1.7

  • Bug Fix.

2.1.6

  • Bug Fix.

2.1.5

  • Bug Fix.

2.1.4

  • Bug Fix.

2.1.3

  • Bug Fix.

2.1.2

  • Bug Fix.

2.1.1

  • Generate a revision when overwritten.
  • PHP Notice Error Fix.

2.1.0

  • Support the Gutenberg editor from WordPress 5.0.
  • Set the reservation time to 00 seconds.
  • The Overwrite logic changed. After overwriting, The slug of the old post(B) is changed to the slug of the new post(A).
  • Bug Fix.

2.0.1

  • Bug Fix: html escaped post_title with esc_html().

2.0.0

  • Show schedule post list.
  • Multiple reservation.
  • When overwrite the another post, it change the post_id that is included in the ‘ACF Post Object Field’.
  • Change the display position of this plugin’s input-box into the Publish’s meta-box.
  • Change the width of input-box and select-box to 100%.
  • Sort the overwrite post list by parameter of ‘menu_order'( Respect for Intuitive Custom Post Order plugin). Defaults to ‘post_date’.
  • Enable Custom Post Types with parameter ‘public’ => ‘false’.
  • Bug Fix: Process when the overwrite destination can not be found.
  • Bug Fix: Improved Tag disappears in the editor.

1.2.0

  • Select function that you want to enable.

1.1.4.1

  • Bug Fix: Unsetting with Quick Edit For v4.7.2.

1.1.4

  • Bug Fix: Unsetting with Quick Edit.

1.1.3

  • Select Post Types that you want to enable.

1.1.2

  • When overwrite the another post, it change the post_id that is included in the menu objects.

1.1.1

  • Do action improved.( !is_admin() )

1.1.0

  • Overwrite function was changed from ‘wp-cron.php’ into ‘init action hook’.

1.0.0

  • Initial Release.