Title: [Plugin: Single Post Template] Bug? 3.1.2. not functioning.. :(
Last modified: August 19, 2016

---

# [Plugin: Single Post Template] Bug? 3.1.2. not functioning.. :(

 *  [mayb101](https://wordpress.org/support/users/mayb101/)
 * (@mayb101)
 * [15 years ago](https://wordpress.org/support/topic/plugin-single-post-template-not-functioning/)
 * I get the meta box and am able to set the template. But then I go to view the
   page output and it didn’t use the template 🙁
 * I modeled the template after the One column, no sidebar template provided with
   Twenty Ten for pages. I made the specified header alteration. But it won’t stick.
   Any thoughts?
 * Note: When I apply the page provided by Twenty Ten, it sticks to pages I apply
   the template too; which is obviously the out the box behavior. So I though the
   post version might look the same, but it doesn’t even render.
 * [http://wordpress.org/extend/plugins/single-post-template/](http://wordpress.org/extend/plugins/single-post-template/)
 *     ```
       <?php
       /*
       Single Post Template: My Awesome Template
       Description: This part is optional, but helpful for describing the Post Template
       */
   
       get_header(); ?>
   
       		<div id="container" class="one-column">
       			<div id="content" role="main">
   
       			<?php
       			/* Run the loop to output the page.
       			 * If you want to overload this in a child theme then include a file
       			 * called loop-page.php and that will be used instead.
       			 */
       			 get_template_part( 'loop', 'page' );
       			?>
   
       			</div><!-- #content -->
       		</div><!-- #container -->
   
       <?php get_footer(); ?>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [swamyg1](https://wordpress.org/support/users/swamyg1/)
 * (@swamyg1)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-single-post-template-not-functioning/#post-2071544)
 * Did you ever sort this out? I’m having the same problem.
 *  [louiserouse](https://wordpress.org/support/users/louiserouse/)
 * (@louiserouse)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-single-post-template-not-functioning/#post-2071584)
 * Same problem, 3.1.4,
    Choose my template in the Single Post Template drop-down
   on the new post editor page (or indeed the edit previous posts editor page) and
   when ever you press “publish” or “update” the dropdown box goes back to default,
   and no template is set.
 *  [crs1138](https://wordpress.org/support/users/crs1138/)
 * (@crs1138)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-single-post-template-not-functioning/#post-2071604)
 * [+1]
 * I’m having the same problem.
 * WP 3.2.1
    Single Post Template 1.3

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Single Post Template] Bug? 3.1.2. not functioning.. :(’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/single-post-template.svg)
 * [Single Post Template](https://wordpress.org/plugins/single-post-template/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/single-post-template/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/single-post-template/)
 * [Active Topics](https://wordpress.org/support/plugin/single-post-template/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/single-post-template/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/single-post-template/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [crs1138](https://wordpress.org/support/users/crs1138/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-single-post-template-not-functioning/#post-2071604)
 * Status: not resolved