page-templater icon indicating copy to clipboard operation
page-templater copied to clipboard

Composer package created with additional features

Open mohamdio opened this issue 7 years ago • 0 comments

Hey everybody,

I created new composer package from this class with some additional features:

  • you can now define your Templater (settings) and (templates) outside the class.
    • settings: plugin directory - plugin templates directory - plugin prefix
    • templates: your custom templates
  • support any post type custom template.
  • you can override final custom template file using filter outside the class.
  • handle some class methods and added new functionality.

How to use this new Templater

Github repo Composer package

I hope this will be useful for somebody.

mohamdio avatar Nov 30 '17 12:11 mohamdio