I have installed single post plugin.And created the template file(single-1.php) in the theme folder.I pasted the following code in this file
<?php
/*
Single Post Template: [Post Template1]
Description: This part is optional, but helpful for describing the Post Template
*/
?>
And i created the post and choose the Post Template1 under the Single Post Template in admin.But Post Template1 does not call in the public site.
Can any one help me?