Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

TAO Schedule Update

Descripción

A simple WordPress Plugin to Schedule Content Updates

Motivation:

These days WordPress is scarcely used as a pure blog. Most of the time it is used as a full blown CMS with many additional requirements. Especially the publishing workflow for posts and pages as well as their changes becomes demanding. Using plugins like visual composer or advaced custom fields with their flexbox addon it becomes common to build huge startpages, subsites and langpages using a simple, understandable visual editor insted of bolting them together using custom post types. If this is a good and DRY way to go is not to discuss here 🙂

A Problem arises as soon as you try updating such a complex single page at a specific date in the future – there is no easy way so schedule changes to already published wordpress pages inside the wordpress core functionality. Existing plugins that try to tackle this problem are often far from feature complete and try to re-use the revision system. The experience we made with our customers showed, that the revisions approach is hard to grasp for less technical users and also rather error prone.

These are the main reasons for us to brew our own solution.

Features:

TAO Scheduled change is a really small plugin. It only does one thing, but tries to do this the right way: Take a copy of an arbitrary post/page/cpt, change it and make it replace the original post at a given date and time in the future.

Development:

This is just a little side project I am maintaining as time permits. If you find bugs or want to help in any capacity please visit the github repo:
tao-software/tao-schedule-update

Capturas

  • The Plugin in Action

Instalación

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. No 3rd step neccessary

Reseñas

23 de octubre de 2021
I love this plugin. There are times when I need updates to happen when I'm off the clock, and TAO Schedule Update makes it relatively easy to do that. It's not perfect, but it's good enough. The problem now is that it hasn't been updated since 2018. The developer still appears to exist, but has moved on to bigger & better things. It would be wonderful if someone out there took up the mantle and made a new update-scheduler plugin. There doesn't seem to be any other options that I can find.
17 de noviembre de 2020
I'd love to see WordPress' official revisions, scheduled publish dates, draft management, etc. be extended to allow for scheduled updates to already-published content. Until that comes to be, this is definitely the next best thing that does what you'd want it to. Bonus that it's listed on GitHub for community support, suggestions, fixes, etc. I'd think this plugin would get much more use & adoption if the listing was given a few refinements (the public plugin name isn't all that friendly, doesn't have an icon or banner, could use a few more screenshots [the animation is nice, though], etc.) That doesn't really reflect the usefulness or quality of the plugin. Think it makes for why something so potentially useful for so many sites doesn't have as many active sites using it at the moment.
15 de mayo de 2020
I still can't believe WordPress doesn't have this sort of workflow! I have tried multiple plugins(about 5ish) but none of them worked and were over-packed with features and confusing, I just wanted to schedule new content updates without bringing the current published page down! Now I know this plugin is slightly abandoned and does not work with WP 5.0, but another DEV forked over this plugin and updated so it works on the newest WordPress and works with page-builders like elementor: https://wordpress.org/plugins/content-update-scheduler/ He gives credit to the original plugin author. The plugin is practically identical besides some text changes so check it out if you want to continue using this sort of workflow. The biggest improvement could be to the UI. When scheduling a content update, would be nice after you hit publish for some notification that your post update has been scheduled.
6 de marzo de 2020
The plugin is excellent, but I need to be updated. a good new feature is to allow post types to be updated as well
26 de enero de 2019
This does exactly what I was looking for - a plugin that can easily schedule daily updates to an existing post. The recursive option makes it even better. Perfection!
Leer todas las 30 reseñas

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce "TAO Schedule Update" a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.15

  • fix timezone issue in datepicker (thanks to joaquinjsb)
  • add spanish translation (thanks to Manuel5cc and Julian Castro)
  • fix typo in english text

1.14.01

  • hotfix date warning

1.14

  • fix date formatting in datepicker
  • php7.2 compatibility (removed create_function)
  • expand TAO_ScheduleUpdate\create_publishing_post action to also include the original post’s ID
  • add TAO_ScheduleUpdate\before_publish_post action
  • add TAO_ScheduleUpdate\publish_post_date filter
  • Fix error message in admin backend not working properly (thanks to LeniM)

1.13

  • fix posts not being publicly visible when options flag was set

1.12

  • fix timepicker stylesheet issue on https

1.11

  • fix display of date in listview

1.10

  • fix publishing fail

1.09

  • added options page
  • added recursive scheduling (enable this via the options page)
  • code cleanup, unified comment styles, code formatting

1.08

  • fix issue where releasedate would not display for post types that do not support authorship
  • fix issue where other plugins register posttypes after tao-schedule-update initializes

1.07

  • fix issue where gmt post dates where not updated correctly (thanks to CheeseDurger)

1.06

  • add action TAO_ScheduleUpdate\create_publishing_post (thanks to ollietreend)
  • add Japanese language files (thanks to yokotak0527)

1.05

  • fix bug where kses filters would run on automatically published posts
  • add check for empty array in copy_meta_and_terms function.

1.04.01

  • fix bug where publishing a post overrides other content
  • fix potential breakeage when cloning a post without meta infos

1.04

  • directly go to edit screen after creating a scheduled post
  • terms are now also copied over to the new post
  • fixed bug where multiple meta keys with the same name were not correctly copied back to the original post
  • removed possibility to schedule updates for posts in trash

1.03

  • TAO_ScheduleUpdate::create_publishing_post now returns the created posts’s ID

1.02.01

  • fix scheduled posts appearing in search
  • fix problems with l10n textdomain

1.02

  • PHP 5.3 Support

1.01

  • Readme update

1.0

  • The Initial Release