We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
theme_{$post_type}_template
The text was updated successfully, but these errors were encountered:
@prionkor If you are still looking for this have a look at https://github.com/WPDevHQ/ElemenTemplater/blob/master/elementemplater-class.php#L46
Sorry, something went wrong.
@prionkor check out my new composer package wp-templater created upon this class which support any post type filter and another additional features.
How to use this new Templater
Github repo Composer package
I hope this will be useful for you.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: