Scheduled Post Trigger

설명

When a visitor loads your site, this lightweight script checks to see if any scheduled posts have been missed. If so, it publishes them immediately.

설치

  1. Go to Plugins, Add New, Upload Plugin.
  2. Upload the ZIP file.
  3. Activate the plugin through the ‘Plugins’ screen in WordPress

NOTE: Make sure that your timezone is set correctly in Settings->General.

FAQ

How often does it check missed posts?

Every time someone loads your your home page or a single post/article.

I’ve activated the plugin-and the posts are not publishing

Make sure your time zone is set correctly. Make sure there are no plugin conflicts by turning off your other plugins, one by one. Especially caching plugins.

The plugin is giving the site a memory error or white screen

If your database has a significant number of scheduled posts (over 10k) or you have heavy traffic, then you might not have enough memory allocated to WordPress. You can try adding this line in your wp_config.php file:

define('WP_MEMORY_LIMIT', '256M');

If you’re still having memory problems, then talk to your web host about your root problem: the built-in WordPress Cron Scheduler is not publishing your scheduled posts.

후기

2023년 3월 30일
It really works like I imagined it! Thank you guys! Well done!
2022년 7월 8일
If you notice any “Schedule Events are Late” sort of message from Wordpress Dashboard > Tools > Site Health check, install this plug-in, then navigate to your home screen. That is all it takes to clear that error message and publish events. Super plug-in.
2021년 12월 26일
jetpack_scan_refresh_states_event, is late to run In sitehealth that issue was permanent and after installing and activated this puluggin, the issue dissapeared and got the final checkmark from sitehealth.. Very well! Everything runs smoothly here. Thanks!
2021년 1월 3일
I often set Posts to publish at midnight, so they occasionally get missed. This plugin is a superb solution, kudos to the developer it works with perfectly with no effort needed after installing. Really though WordPress should handle this without an extra plugin.
2020년 5월 6일 답글 1개
My scheduled posts were blocked after trying the “Auto Post Scheduler” plugin. I uninstalled the plugin “Auto Post Scheduler” but my planned publications remained unpublished. I was very happy to find the “Scheduled Post Trigger” plugin to solve my problem. Thank you so much.
모든 27 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Scheduled Post Trigger”(을)를 번역하세요.

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

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

변경이력

3.2

Rename plugin with company branding. Tested to WP 6.3

3.1

Fixes bug where it wasn’t finding all custom post types compatible with other plugins.

3.0

Optimizes database call to use index. Will check post type=post, page, and any custom post types like portfolio, recipe, testimonial, etc.

2.21

Fixes bug in date/time algorithm.

2.2

Reduces database interaction by limiting the call to home page and blog post headers only.

2.1

Reverting code to match 1.8 until we can do further testing.

2.0

Makes significant change to plugin so it only checks once per visitor, per session instead of each page load. Less taxing on database.

1.8

Tightened up code. Will not go into the publish loop unless there is a missed post.

1.7

Small change to integrate with WP posting function.

1.0

  • Initial release