Mobile friendly adjustments
Archives, posts, and pages
This commit is contained in:
parent
a1481a042e
commit
c7f1608189
@ -12,8 +12,6 @@ get_header();
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php get_sidebar(); ?>
|
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
<div id="archive-title">
|
<div id="archive-title">
|
||||||
@ -42,6 +40,9 @@ get_header();
|
|||||||
|
|
||||||
<?php atticus_finch_display_nav(); ?>
|
<?php atticus_finch_display_nav(); ?>
|
||||||
</div> <!-- end Content -->
|
</div> <!-- end Content -->
|
||||||
|
|
||||||
|
<?php get_sidebar(); ?>
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
||||||
|
@ -12,8 +12,6 @@ get_header();
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php get_sidebar(); ?>
|
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
<div id="archive-title">
|
<div id="archive-title">
|
||||||
@ -39,6 +37,9 @@ get_header();
|
|||||||
|
|
||||||
<?php atticus_finch_display_nav(); ?>
|
<?php atticus_finch_display_nav(); ?>
|
||||||
</div> <!-- end Content -->
|
</div> <!-- end Content -->
|
||||||
|
|
||||||
|
<?php get_sidebar(); ?>
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
||||||
|
5
page.php
5
page.php
@ -15,8 +15,6 @@ get_header();
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php get_sidebar(); ?>
|
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||||
@ -43,6 +41,9 @@ get_header();
|
|||||||
</div><!-- end Post -->
|
</div><!-- end Post -->
|
||||||
|
|
||||||
</div><!-- end Content -->
|
</div><!-- end Content -->
|
||||||
|
|
||||||
|
<?php get_sidebar(); ?>
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
||||||
|
@ -9,8 +9,6 @@ get_header();
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php get_sidebar(); ?>
|
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
@ -28,6 +26,8 @@ get_header();
|
|||||||
|
|
||||||
</div> <!-- end Content -->
|
</div> <!-- end Content -->
|
||||||
|
|
||||||
|
<?php get_sidebar(); ?>
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
5
tag.php
5
tag.php
@ -11,8 +11,6 @@ get_header();
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php get_sidebar(); ?>
|
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
|
||||||
<div id="archive-title">
|
<div id="archive-title">
|
||||||
@ -38,6 +36,9 @@ get_header();
|
|||||||
|
|
||||||
<?php atticus_finch_display_nav(); ?>
|
<?php atticus_finch_display_nav(); ?>
|
||||||
</div> <!-- end Content -->
|
</div> <!-- end Content -->
|
||||||
|
|
||||||
|
<?php get_sidebar(); ?>
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
<?php get_footer(); ?>
|
<?php get_footer(); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user