Metadata Scheduling Example With ACF

In PublishPress Future Pro it is possible to schedule changes to your posts based on metadata. This article will show examples of how to use this Metadata Scheduling feature with the Advanced Custom Fields (ACF) plugin.


Example #1: Update the Action Date from ACF #

This example will show how to update the Future Action Date from an ACF field. The first step is to create a field in the ACF plugin:

  • Field Type: choose the “Date Time Picker” option.
  • Display Format: choose the “Y-m-d H:i:s” option.
Create a new ACF field for PublishPress Future Pro
  • Go to “Future”, then “Settings” in your WordPress admin menu.
  • Click the “Post Types” tab.
  • In the “Posts” area, check the box “Enable metadata integration for the post type”.
  • In the “Action Data” area, enter the “Field Name” that you created in the step above.
Future Action and ACF metadata

You can now use the ACF field to update the date for Future Actions.

  • Edit a post.
  • Enable the Future Action option in the sidebar.
  • Enter a date in the ACF field.
  • Save the post and refresh the field.
  • The Future Action will be updated with the date from the ACF field.
Future Action and ACF field

Example #2: Update the Action from ACF #

This example will show how to update the Future Action type from an ACF field. We recommend following the first example before this one because the Action Date field is required. The next step in this example is to create a field in the ACF plugin:

  • Field Type: choose the “Radio Button” option.
  • Choices: enter at least one of the available action types as a value. In this example, we are giving “draft”, “trash”, and “delete” as possible values.
ACF Radio button values
  • Go to “Future”, then “Settings” in your WordPress admin menu.
  • Click the “Post Types” tab.
  • In the “Posts” area, check the box “Enable metadata integration for the post type”.
  • In the “Action Type” area, enter the “Field Name” that you created in the step above.
Future Action Date and Type

You can now use the ACF field to update the date for Future Actions.

  • Edit a post.
  • Enable the Future Action option in the sidebar.
  • Choose a type in the “Future Action Type” ACF field.
  • Save the post and refresh the field.
  • The Future Action will be updated with the type from the ACF field.
Future Action Change and Date