From 9c25a9597f5974a44a5a66d6312376c8361e8e1c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 25 Jul 2016 17:13:19 -0400 Subject: [PATCH] Member search functionality added --- header.php | 2 +- index.php | 1 - parts/search.php | 4 ++-- search.php | 16 ++++++++++++++-- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/header.php b/header.php index 288b67c..dcd0043 100644 --- a/header.php +++ b/header.php @@ -53,4 +53,4 @@ - + \ No newline at end of file diff --git a/index.php b/index.php index 75a4153..1f62095 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,5 @@
-
"> - +
+
\ No newline at end of file diff --git a/search.php b/search.php index b7e5d7e..1f3e487 100644 --- a/search.php +++ b/search.php @@ -6,8 +6,20 @@

Search Results for ""

- -
+ +
+ + "; ?> + + "; ?> +
+ + + +
post_type=='page')) continue; ?> -- 2.17.1