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

https://github.com/horttcore/wp-template-loader

A helper class to load template files from another location
https://github.com/horttcore/wp-template-loader

package theme wordpress

Last synced: 5 months ago
JSON representation

A helper class to load template files from another location

Awesome Lists containing this project

README

        

# Template loader ![StyleCI](https://github.styleci.io/repos/189646638/shield?branch=master)

A helper class to load template files from another location

## Installation

`$ composer require ralfhortt/wp-template-loader`

## Usage

```php
register();
```

## More Information about the WordPress hierarchy

[https://wphierarchy.com/](https://wphierarchy.com/)