Template for Custom Post Types

0

This plugin will allow you to assign page template to any custom post type or posts same as Page. The template will be used to display single post in front end. You can create template

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

This plugin will allow you to assign page template to any custom post type or posts same as Page. The template will be used to display single post in front end.

You can create template same as page template for wordpress pages. You need to select post types where you want to apply template from settings page of this plugin from admin side.

To create template file you need to create .php file in current theme’s directory with Template Name: your template name in comment at first line of your file. Ex.

You can create template files in subdirectory of current theme folder also. Now WordPress 4.7 has introduced this functionality in core.