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
- Host: GitHub
- URL: https://github.com/horttcore/wp-template-loader
- Owner: Horttcore
- Created: 2019-05-31T19:19:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T20:12:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T01:00:28.901Z (5 months ago)
- Topics: package, theme, wordpress
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Template loader 
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/)