From 95181c0c60d47163dfa6ff1be10be297ec06170c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 16 Mar 2015 15:37:32 -0400 Subject: [PATCH] for single page --- home.php | 2 +- single.php | 68 +++++++++++++++++++----------------------------------- 2 files changed, 25 insertions(+), 45 deletions(-) diff --git a/home.php b/home.php index 7d6f1f9..99f279b 100644 --- a/home.php +++ b/home.php @@ -1,6 +1,6 @@
-
+

If this is an emergency, please call 9-1-1

diff --git a/single.php b/single.php index 2364fc5..b886650 100644 --- a/single.php +++ b/single.php @@ -1,17 +1,21 @@ -
id="interior"> - -
- -
-
-
-
- -
-
-
-
+
+
+
+
+

If this is an emergency, please call 9-1-1

+
+
+
+ "; + bcn_display(); + echo "
"; + echo '

'; + ?> +
+
+
@@ -23,7 +27,7 @@
- + name . ' " href="'. $tag->slug .'">'. $tag->name .', '; } } - + echo ' on '; echo ' ' . the_time('F jS, Y') . '. '; ?> @@ -66,33 +70,9 @@
-
-
- -

Recent Posts

-
    - '5' ); - $recent_posts = wp_get_recent_posts( $args ); - foreach( $recent_posts as $recent ){ - echo '
  • ' . $recent["post_title"].'
  • '; - } - ?> -
-

Archive

-
    'monthly', 'limit' => 12 ) ); ?>
-

Categories

- +
+ +
+
-
- + -- 2.17.1