https://github.com/devaloka/devaloka-templating
:warning: [WILL-BE-DEPRECATED][Devaloka Plugin] A partial template loader for WordPress as just a better replacement of get_template_part().
https://github.com/devaloka/devaloka-templating
Last synced: about 1 year ago
JSON representation
:warning: [WILL-BE-DEPRECATED][Devaloka Plugin] A partial template loader for WordPress as just a better replacement of get_template_part().
- Host: GitHub
- URL: https://github.com/devaloka/devaloka-templating
- Owner: devaloka
- License: gpl-2.0
- Created: 2015-12-08T15:59:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T16:54:14.000Z (about 10 years ago)
- Last Synced: 2025-03-22T00:35:04.044Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Devaloka Templating
[![Latest Stable Version][stable-image]][stable-url]
[![Latest Unstable Version][unstable-image]][unstable-url]
[![License][license-image]][license-url]
[![Build Status][travis-image]][travis-url]
A partial template loader for WordPress as just a better replacement of
`get_template_part()`.
## Features
* Including a partial template as a new lexical environment
* Passing/Injecting variable(s) into a partial template
* Injecting global variable(s) into a WordPress template
## Requirements
* [Devaloka](https://github.com/devaloka/devaloka)
## Installation
1. Install via Composer.
```sh
composer require devaloka/devaloka-templating
```
[stable-image]: https://poser.pugx.org/devaloka/devaloka-templating/v/stable
[stable-url]: https://packagist.org/packages/devaloka/devaloka-templating
[unstable-image]: https://poser.pugx.org/devaloka/devaloka-templating/v/unstable
[unstable-url]: https://packagist.org/packages/devaloka/devaloka-templating
[license-image]: https://poser.pugx.org/devaloka/devaloka-templating/license
[license-url]: https://packagist.org/packages/devaloka/devaloka-templating
[travis-image]: https://travis-ci.org/devaloka/devaloka-templating.svg?branch=master
[travis-url]: https://travis-ci.org/devaloka/devaloka-templating