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

https://github.com/level-level/twig-loader

WordPress plugin that loads the Twig template engine where it hasn't been included by the theme.
https://github.com/level-level/twig-loader

Last synced: about 1 month ago
JSON representation

WordPress plugin that loads the Twig template engine where it hasn't been included by the theme.

Awesome Lists containing this project

README

          

# Twig Loader
A WordPress plugin that loads Twig as a dependency

## Installation

To download and install this plugin in your WordPress website, follow the steps below.

1. Go to the [releases tab](https://github.com/level-level/twig-loader/releases) and find the latest release.
2. Download the zip named `twig-loader-x.x.x.zip` (where x.x.x is the version number).
3. Rename the downloaded zip to `twig-loader.zip`.
4. Extract the zip file. Make sure it puts the contents in a directory called `twig-loader`.
5. Put the extracted folder and it's contents inside the `wp-content/plugins` directory of your WordPress installation.
6. Activate the plugin via the wp-admin panel.