Assign and display times alongside the announcement dates in Timeline Express announcements.
As of April 2026, Timeline Express is a WordPress date plugin with 100 active installations and a 2.3/5 rating from 3 reviews. It has been downloaded 3.8K+ times in total. Requires WordPress false+ and PHP 5.6+. Available on WordPress.org since 2018. Last updated 3 years ago — may have compatibility concerns. Top alternative: WP Meta and Date Remover.
When active, the Timeline Express – Date – Time Add-On will hide the default announcement date field, and generate a date and time field for you to use.
Multiple announcements that have the same date & time will fallback to use the published date to dictate order on the timeline.
Filters:
timeline_express_date_time_formats – Add your own date formats to the announcement.
Example:
/**
* Assign a custom date format to the announcements.
*
* @param array $date_formats The original date formats array.
*/
function timeline_express_demo_custom_date_format( $date_formats ) {
$date_formats['custom'] = 'Y-m-d'; // eg: 2018-10-02
}
add_filter( 'timeline_express_date_time_formats', 'timeline_express_demo_custom_date_format' );
timeline_express_date_time_q…
| WordPress | false+ requiredTested up to 6.2.9 |
| PHP | 5.6+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.