switch to proper use of get_sidebar
This commit is contained in:
parent
2924eaf1ad
commit
d7a4323c42
2
404.php
2
404.php
|
@ -11,6 +11,6 @@
|
|||
<div class="post-page-foot"></div>
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -93,6 +93,6 @@ for ($i = 0; $i < 7; ++$i) {
|
|||
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -128,6 +128,6 @@ Template Name: Comic Storyline with Thumbs
|
|||
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -128,6 +128,6 @@ Template Name: Comic Storyline Archive
|
|||
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -66,6 +66,6 @@ Template Name: Comic Year Archive
|
|||
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -45,6 +45,6 @@ Template Name: Comic Archive
|
|||
<div class="post-page-foot"></div>
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -24,6 +24,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -18,6 +18,6 @@ Template Name: Archives
|
|||
<div class="post-page-foot"></div>
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -64,6 +64,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -21,6 +21,6 @@
|
|||
?>
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -20,6 +20,6 @@ Template Name: Links
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php ge_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
2
page.php
2
page.php
|
@ -17,6 +17,6 @@
|
|||
<?php comments_template(); ?>
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -69,6 +69,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -24,6 +24,6 @@
|
|||
?>
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
|
@ -32,6 +32,6 @@
|
|||
?>
|
||||
</div>
|
||||
|
||||
<?php include(get_template_directory() . '/sidebar.php') ?>
|
||||
<?php get_sidebar() ?>
|
||||
|
||||
<?php get_footer() ?>
|
Loading…
Reference in New Issue