-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
33 lines (25 loc) · 1.39 KB
/
readme.txt
File metadata and controls
33 lines (25 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=== Timeline Express HTML Excerpts Add-on ===
Contributors: codeparrots, eherman24
Tags: timeline, express, addon, add, on, html, excerpts, shortcode, parameter, time, line, timeline express
Plugin URI: https://www.wp-timelineexpress.com
Requires at least: WP 4.0 & Timeline Express 1.2
Tested up to: 4.9
Stable tag: 1.1.0
License: GPLv2 or later
Enable a new HTML Excerpt field on Timeline Express announcements, which can be used to replace the default generated excerpts.
== Description ==
The Timeline Express HTML Excerpts add-on will create a new WYSIWYG metabox on Timeline Express announcement posts. This new field can
be used to generate a custom excerpt for your announcements. The new WYSIWYG custom excerpt field allows for HTML to be used in announcement excerpts,
and has no limit to the length.
Features:
* Enable a new 'Announcement Custom Excerpt' field.
* Use HTML markup in your announcements without it being stripped.
* Display images, videos etc. in announcement excerpts on the timeline.
* No limit to the length of the HTML excerpts.
== Screenshots ==
1. The new custom HTML excerpt field on the Timeline Express announcement posts.
== Changelog ==
= 1.1.0 - September 20th, 2016 =
* Ensure that images, videos get parsed in the custom excerpt. (Passing them through `the_content()` filter).
= 1.0.0 - September 20th, 2016 =
* Initial release of the HTML excerpts add-on for Timeline Express.