From f2a887b506ae1afafada8f4d357d37cfbc887f79 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 22 Oct 2015 15:47:22 -0400 Subject: [PATCH] updates to blog php and search --- archive.php | 12 +++++++++--- home.php | 11 ++++++++--- search.php | 37 ++----------------------------------- single.php | 7 ++++++- 4 files changed, 25 insertions(+), 42 deletions(-) diff --git a/archive.php b/archive.php index 921f21b..475c243 100644 --- a/archive.php +++ b/archive.php @@ -4,10 +4,15 @@ -->
-
+
+
+

Great Lakes Shipwreck Museum

+
+
+
-
+
>

@@ -41,7 +46,8 @@

+
- +
diff --git a/home.php b/home.php index 713cd78..db414a6 100644 --- a/home.php +++ b/home.php @@ -4,10 +4,15 @@ -->
-
+
+
+

Great Lakes Shipwreck Museum

+
+
+
-
+
>

@@ -44,8 +49,8 @@

+
-
diff --git a/search.php b/search.php index 7781bf6..e566698 100644 --- a/search.php +++ b/search.php @@ -2,14 +2,14 @@
-

Please enter a query in the search box.

+

Please enter a query in the search box.


Search Results for ""

-
+
post_type=='page')) continue; ?>
@@ -107,39 +107,6 @@
-
-
-
-
- -
-
-

Recent Posts

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

Archive

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

Categories

- -
-
diff --git a/single.php b/single.php index a0e8a72..8a26e52 100644 --- a/single.php +++ b/single.php @@ -1,10 +1,15 @@
+
+
+

Great Lakes Shipwreck Museum

+
+
-
+
> -- 2.17.1