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.
- Host: GitHub
- URL: https://github.com/level-level/twig-loader
- Owner: level-level
- Created: 2020-01-23T14:49:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T20:16:50.000Z (over 1 year ago)
- Last Synced: 2025-07-21T05:57:08.630Z (8 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.