From f03cf45758511084c0505146c914f7c18f82e1fb Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 24 Jan 2005 05:59:00 +0000 Subject: [PATCH] Tweaks to how pages are displayed git-svn-id: https://develop.svn.wordpress.org/trunk@2123 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/header.php | 30 +++++++++++++++------------- wp-content/themes/default/page.php | 5 ++++- 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/wp-content/themes/default/header.php b/wp-content/themes/default/header.php index f5ac8cc698..da239f67d3 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 fbff7df247..b082a5c5af 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