https://github.com/cherryframework/tm-timeline
TM Timeline plugin allows you to showcase your most important events
https://github.com/cherryframework/tm-timeline
event history timeline timelines
Last synced: 7 months ago
JSON representation
TM Timeline plugin allows you to showcase your most important events
- Host: GitHub
- URL: https://github.com/cherryframework/tm-timeline
- Owner: CherryFramework
- Created: 2016-11-23T11:44:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T20:58:18.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T19:16:59.397Z (9 months ago)
- Topics: event, history, timeline, timelines
- Language: PHP
- Homepage: https://wordpress.org/plugins/tm-timeline/
- Size: 708 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timeline [](https://travis-ci.org/CherryFramework/tm-timeline)
This is timeline plugin for [WordPress](https://wordpress.org/).
This plugin provides a timeline with multiple layouts:
- Horizontal layout
- Vertical layout
- Vertical layout, with possibility to display posts in a chess order# Installation
Simply download the archive and uncompress it to your `wp-content/plugins` directory.
# Changelog
## 1.1.0
* ADD: compatibility with Elementor plugin
## 1.0.5
* ADD: `the_content` filter
* ADD: unique prefix for functions
* UPD: utilities
* UPD: enqueue public-facing script## 1.0.4
* Remove Date column from the Timeline Posts screen
## 1.0.3
* Horizontal layout improvements
## 1.0.2
* Use current date as default
* Timeline posts url navigation## 1.0.1
* Add sorting order option
## 1.0.0
* Initial release