[Plugin: Single Post Template] Bug? 3.1.2. 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.
https://www.ads-software.com/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)
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.