We'll create fresh WordPress site with Post Template Select installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Select Templates For Posts and Custom Post Types. It provides a drop-down to select different templates for posts and custom post types in post edit screen. Selected templates will override single.php for specified post. You can use both page and custom templates.
Use simple template name in your template files.
Use Page Templates:
<?php
/*
Template Name: Your Template name
*/
?>
Use Your Custom Templates:
<?php
/*
Post Template Name: Your Template name
*/
?>