File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<!-- body -->
9
9
<?php global $ sidebar ; ?>
10
- <div id="body" class="clearfix <?php echo $ sidebar ; ?> ">
11
- <div class="inner" role="main">
10
+ <div id="content" class="clearfix <?php echo $ sidebar ; ?> ">
12
11
13
12
<?php if ( have_posts () ) : ?>
14
13
33
32
34
33
<?php endif ; ?>
35
34
36
- </div><!-- .inner -->
37
-
38
35
<?php if ($ sidebar ): ?>
39
36
<?php get_sidebar (); ?>
40
37
<?php endif ; ?>
Original file line number Diff line number Diff line change 10
10
11
11
get_header (); ?>
12
12
13
- <div id="body" class="clearfix">
14
- <div class="inner" role="main">
13
+ <div id="content" class="clearfix">
15
14
16
15
<?php the_post (); ?>
17
16
18
17
<?php get_template_part ( 'content ' , 'page ' ); ?>
19
18
20
19
<?php comments_template ( '' , true ); ?>
21
20
22
- </div><!-- .inner -->
23
21
</div><!-- #body -->
24
22
25
23
<?php get_footer (); ?>
You can’t perform that action at this time.
0 commit comments