An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Timeline [![Build Status](https://api.travis-ci.org/CherryFramework/tm-timeline.svg?branch=master)](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