forked from pierreminik/lisa-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
84 lines (58 loc) · 2.03 KB
/
readme.txt
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
=== Lisa Templates ===
Contributors: pierreminik
Tags: template, twig, timber, tailor, acf, acf pro, polylang
Requires at least: 4.8
Tested up to: 5.2.2
Stable tag: 1.5.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Easily write templates filled with custom data that loads across your site.
== Description ==
Allow users to write Twig-templates that can easily be filled with custom meta data.
Manage your custom meta data with a plugin like **ACF Pro** and render it with **Lisa Templates**.
Tested and working with the following plugins.
* [ACF and ACF Pro](https://www.advancedcustomfields.com)
* [Tailor](https://www.tailorwp.com)
* [Polylang](https://wordpress.org/plugins/polylang/)
Example of custom query to load data:
`{
"post_type": [
"post"
],
"post_status": [
"publish"
],
"posts_per_page": 10,
"order": "DESC",
"orderby": "date"
}`
Dependencies:
* [Timber](https://wordpress.org/plugins/timber-library/)
## Where can I learn more about Twig-templates?
Lisa Templates is running Twig through a plugin called Timber. Learn more about Timber at their [excellent documentation site](https://timber.github.io/docs/).
== Installation ==
1. Install the [GitHub Updater](https://github.com/afragen/github-updater)-plugin.
1. In `Settings` > `GitHub Updater` select the `Install Plugin` tab.
1. Copy and past the GitHub repository uri (which is[http://github.com/pierreminik/lisa-templates](http://github.com/pierreminik/lisa-templates)).
1. Install and activate.
1. Enjoy!
== Changelog ==
**1.5.0**
Enabled shortcodes within templates.
**1.4.4**
Bumping version to check if GitHub Updater can update the plugin.
**1.4.3**
Open sourced the premium version of the plugin and merged into Lisa Templates.
**1.2.0**
It's now possible to load the template with the woocommerce_short_description-filter.
**1.1.2**
Fixed autoupdate feature.
**1.1.1**
Testing autoupdate feature.
**1.1.0**
Added widget feature.
**1.0.1**
Bug fixes.
**1.0.0**
Initial release.
== Upgrade Notice ==