This plugin lets you add the custom post templates in your Wordpress custom post type. You can easily apply your custom post template in custom post type posts, just as you would do the same for page templates.
Admin can use default setting for the custom post type plugin by simply clicking on default setting button.
Implementation notes:
Page templates use, in the comments at the top of the file "Template Name:", whereas to use this plugin’s custom post templates use "WP Post Template: my-post-type-slug” — you can combine page templates and custom post type templates by just adding the applicable comments to the PHP file.
CPT templates use "WP Post Type:" plus the custom post type slug, e.g. "WP Post Type: my-fun-post-type" you can use a single template for multiple post types - if you leave it blank it will be available to all post types, which will maintain compatibility with WP Custom Post Template 1.0.
You must have store the custom post template files in your theme in the same directory/folder as your index.php template file, not in a sub-directory/sub-folder.
安装:
Install
Login into your WordPress admin panel
Navigate to Plugins => Add New
Click Upload
Click Choose File and select the zip file.
Click Install Now.
Activate the plugin through the 'Plugins' menu in WordPress.
Go to Dashboard => WP Post Template and set your general setting.
To create new custom Post Template you need to put the new file in the same directory/folder as your index.php and just need to add comment (WP Post Template: Your New Post Template Name) in your new post template file same as you do for page template.
Uninstall
Deactivate WP Post Template in the 'Plugins' menu in Wordpress.
After Deactivation a 'Delete' link appears below the plugin name, follow the link and confirm with 'Yes, Delete these files'.
This will delete all the plugin files from the server as well as erasing all options the plugin has stored in the database.
Added integration with Advanced Custom Fields that allows creating fields based on a post template selected
1.3.1
Added backwards compatibility with forked plugin, if you do not explicitly specify a post type (that is active in the plugins settings) in the template the template will be available to any post type (that is active in the settings).
1.3
Forked plugin
added the ability to use post types in the template files