page-templater
page-templater copied to clipboard
Dynamically create WordPress Page Templates with PHP
How would I get this to work on the index page? I've tred calling my template file home.php , page.php and front-page.php
I have already had several template in my wp theme when i use this plugin,the template in my theme can not display anymore my english is poor ,can u understand...
https://make.wordpress.org/core/2016/11/03/post-type-templates-in-4-7/ How do we add support for post type template? use filter `theme_{$post_type}_template` in the class.
Hey everybody, I created new composer package from this class with some additional [features](https://github.com/mohamdio/wp-templater#features): - you can now define your Templater (settings) and (templates) outside the class. - settings: plugin...