We'll create fresh WordPress site with AMS Single Post Template Selector installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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:”.