Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | iacchi | 1 | <?php |
2 | /* |
||
3 | * Template Name: Left Sidebar |
||
4 | * |
||
5 | * This is an alternate page template. In this template the |
||
6 | * sidebar goes on the left and the content on the right. |
||
7 | */ |
||
8 | |||
9 | get_header(); |
||
10 | get_sidebar(); ?> |
||
11 | |||
12 | <div id="content"> |
||
13 | |||
14 | <?php |
||
15 | the_post(); |
||
16 | get_template_part('content', 'page'); |
||
17 | if (comments_open()) comments_template('/comments.php', true); |
||
18 | ?> |
||
19 | |||
20 | </div><!-- #content --> |
||
21 | |||
22 | <?php get_footer(); ?> |