Lisa Templates Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin 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.
Example of custom query to load data:
{
"post_type": [
"post"
],
"post_status": [
"publish"
],
"posts_per_page": 10,
"order": "DESC",
"orderby": "date"
}
Dependencies:
Soon to be launched:
Lisa Templates Pro: autoload the templates based on customised conditions and provide more data sources.
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.