Modern Timeline
A Wordpress plugin that create jazzy timelines
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jimstanger/modern-timeline/archive/refs/heads/main.zipWordpress plugin that creates timelines from custom content type posts.
How to Use the Shortcode
To display your timelines on any post or page, use the [timeline] shortcode. You must specify which Topic to display by using its slug.
Basic Usage: [timeline topic="company-history"] Replace company-history with the actual slug of the Timeline Topic you want to show.
Override Design: [timeline topic="company-history" design="alternating-vertical-small"]
[timeline topic="company-history" design="horizontal-flag-cards"]
[timeline topic="company-history" design="alternating-vertical"] Add the design parameter to force a specific layout for that single page, ignoring the global default setting above.