Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
Included sidebar on most list pages
Browse files Browse the repository at this point in the history
  • Loading branch information
avdgaag committed Dec 6, 2010
1 parent 4be3a63 commit d9951e1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@

<?php endif; ?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
get_header();
?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions author.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@

<?php endif; ?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions category.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@

<?php endif; ?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions home.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@

<?php endif; ?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@

<?php endif; ?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions page.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
get_header();
?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions search.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@

<?php endif; ?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
2 changes: 1 addition & 1 deletion sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
* @subpackage BareTheme
* @since BareTheme 1.0
*/
?>
?>
1 change: 1 addition & 0 deletions single.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
get_header();
?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>
1 change: 1 addition & 0 deletions tag.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@

<?php endif; ?>

<?php get_sidebar(); ?>
<?php get_footer(); ?>

0 comments on commit d9951e1

Please sign in to comment.