WP Manifestindependent plugin directory
manifest / content / modern-timeline

Modern Timeline

A Wordpress plugin that create jazzy timelines

by Jim Stanger · github.com/jimstanger/modern-timeline

0stars
0forks

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.zip

Wordpress 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.