This plugin allows you to choose different template for individual post.
This plugin allows you to choose different template for individual post, for the purpose of single post view, by selecting previously created post template from the provided drop-down list in the post edit screen.
The plugin will replace the default template (single.php) with selected template for the post you applied the new template.
To create a post template, write an opening PHP comment at the top of the file that states the template’s name.
<?php /* Post Template - Name: Template Name */ ?>
Please Note: Post template name ussage: “Post Template – Name:”.
Once you activated the plugin, create a post template in your theme’s folder and go to Posts > Add New screen in your admin dashboard.
On the right hand side top you’ll see Post Template Selector template drop-down list. This is where you are able to access your post templates.
To create a post template, create a php file in theme’s folder, write an opening PHP comment at the top of the file that states the template’s name.
<?php /* Post Template - Name: Template Name */ ?>
PS: Post templates use: “Post Template – Name:”.
Go to Posts > Add New screen in your admin dashboard.
On the right hand side top you’ll see Post Template Selector template drop-down list.
This is where you are able to access your post templates.
Yes. Of course.
Please email me at: manojmar2012@gmail.com.
Bug reports are, of course, appreciated and cost you nothing.
I will try to make sure bugs are fixed ASAP.