开发者 |
maxicharts
munger41 |
---|---|
更新时间 | 2021年1月4日 17:05 |
PHP版本: | 7 及以上 |
WordPress版本: | 5.6 |
[maxicharts_timeline_post type="[post|page|cpt1|cpt2|...] groups="[draft|pending|publish...]"]"
Create a timeline from a csv:
[maxicharts_timeline_csv data_path="[url_of_your_file.csv]" separator="[,|;]"]
where:
type
: is the post type you want to create timeline fordata_path
: is the URL of your .csv
fileseparator
: specifies the csv separator, usually ,
or ;
groups
: only show post with these statusesdata_path
), you need to use field defined by the visjs timeline documentation.
Required fields are content
and start
, all others are optional.
Create a timeline for Gravity Flow:
[maxicharts_timeline_gravity_flow form_id=[form_id] entry_id=[entry_id] groups=[step|assignee|workflow]]
where:
form_id
: is the gravity forms form ID you want to create timeline forentry_id
: is the GF entry ID you want to create timeline forgroups
: coma separated list of status types you want to make appear on the timeline