(root)/right-page.php @ 32 - Rev 3
Blame |
Last modification |
View Log
| RSS feed
<?php
/*
* Template Name: Left Sidebar
*
* This is an alternate page template. In this template the
* sidebar goes on the left and the content on the right.
*/
get_header();
get_sidebar(); ?>
<div id="content">
<?php
the_post();
get_template_part('content', 'page');
if (comments_open()) comments_template('/comments.php', true);
?>
</div><!-- #content -->
<?php get_footer(); ?>