diff --git a/wp-content/themes/default/header.php b/wp-content/themes/default/header.php index f5ac8cc69..da239f67d 100644 --- a/wp-content/themes/default/header.php +++ b/wp-content/themes/default/header.php @@ -3,14 +3,19 @@ <?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?> - + + + + + + - - - - - - - - - + + + +
diff --git a/wp-content/themes/default/page.php b/wp-content/themes/default/page.php index fbff7df24..b082a5c5a 100644 --- a/wp-content/themes/default/page.php +++ b/wp-content/themes/default/page.php @@ -1,9 +1,10 @@ -
+
+

Read the rest of this page »

'); ?> @@ -14,4 +15,6 @@
+ + \ No newline at end of file