WP Manifestindependent plugin directory
manifest / content / timeline-wordpress-plugin

UT Dallas Research Timeline archived

A WordPress plugin for generating a custom-post-based timeline.

by UT Dallas Research Information Systems · github.com/utdallasresearch/timeline-wordpress-plugin · website

2stars
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/utdallasresearch/timeline-wordpress-plugin/archive/refs/heads/master.zip

From the readme

UT Dallas Research Timeline WordPress Plugin A WordPress plugin for generating a custom-post-based timeline. Installation Copy into the WordPress plugins folder and activate. Custom Post Type: Timeline Item - Timelines reference Timeline Items (ordered by menu order) - Timeline Items have - title - link (custom field) - color (custom field) - icon (custom field, Font Awesome 4 classes) - content Shortcode: Timeline - Basic use: [timeline tag="thing1,thing2"] - Other options - animated={true/false} : animate the timeline on scroll, default: true - alternating={true/false} : alternate timeline items left/right of the line, default: true - compact={true/false} : use a more compact style for the timeline, default: false - content={true/false} : show each timeline item's content, default: true - link={true/false} : show each timeline item's link if set, default: true - excerpt={true/false} : show each timeline item's excerpt if set, default: true - arrows={true/false} : show a down arrow between timeline items, default: true - firstarrow={true/false} : show an arrow before the timeline, default: false - lastarrow={true/false

Read the full README on GitHub →