Schedule a row
You can display a single row for a certain period of time using this particular shortcode.
You can set a range, or a minimum display time or a maximum time. The dates follow the format Y-m-d H: i: s.
By setting a start and end time, the row will be displayed for that display time.
By setting only a start time, the row will be displayed indefinitely starting from the entered date.
By setting only an end time, the row will be displayed by posting the post up to the date entered.
You can define the time zone based on which to make comparisons, in case you want to use a different one from the server.
Enter the shortcode in a block of text within the row you want to manage. Add the rexpansive-update-content class to the block to prevent the block from being displayed.
Shortcode example:
[RexpansiveUpdate start_time="2017-01-01 00:00:00" end_time="2118-01-31 23:59:00" time_zone="Europe/Rome"]
Options
start_time=”2018-01-01 00:00:00″ (starting time for displaying the row; format Y-m-d H: i: s)
end_time=”2018-01-31 23:59:00″ (final display time of the row; format Y-m-d H: i: s)
time_zone=”Europe/Rome” (different time zone from the server, for a list of possible time zones follow this link)