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

설명

A WordPress plugin aimed primarily at events sites, where you want to be able to timestamp posts in the future but have them appear immediately (by default, WordPress will not display a future timestamped post until its go-live date rolls around). This plugin sets the post_status field to “publish” rather than “future” when publishing a post, even if its timestamp is in the future.

Note: This 2.0 version requires WordPress 3.5 or higher. If you need this to work with versions lower than 3.5, grab the 1.0 version from svn: https://plugins.svn.wordpress.org/the-future-is-now/tags/1.0/

Note

This seemingly simple plugin was graciously written by the magical Ryan Boren when I was facing a deadline. He doesn’t have time to maintain/host it, so I agreed to. Andrew Nacin tweaked it to work with WP 3.5, when the APIs changed a bit.

설치

e.g.

  1. Upload future-post.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create a new post with a timestamp in the future and notice that it appears on your site anyway.

후기

2023년 2월 25일
I’ve been using this for years and it was great for my purposes, but agree that now using gutenberg editor, posts are marked future, so the plugin is no longer working.
2021년 11월 29일
I liked this plugin. But it seems not working any longer. Too bad.
2020년 2월 24일
If you just need a simple and light-weight solution for your events, this is the way to go. If your theme or page-builder does not give you the option to change the order of the future posts/events, do add ‘reorder post’ plugin, and you might also need ‘exclude from blog’.
2024년 1월 30일
<!– wp:paragraph –> <p class=””>still works! even after 10 years! really happy with that, because our site is less or more depending on this small plugin …</p> <!– /wp:paragraph –>
모든 12 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “The Future Is Now”(을)를 번역하세요.

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

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

변경이력

1.0

  • Original version, compatible up to WordPress versions lower than 3.5

2.0

  • Rewritten to be compatible with WordPress 3.5 and above