From 6cb3c485ba9fce3974fe5d964c2cdd97b4a01d1b Mon Sep 17 00:00:00 2001 From: Slobodan Manic Date: Sun, 15 Jun 2014 13:05:23 +0200 Subject: [PATCH] Creates content-search.php and removes is_search() check from content.php --- content-search.php | 55 ++++++++++++++++++++++++++++++++++++++++++++++ content.php | 8 +------ 2 files changed, 56 insertions(+), 7 deletions(-) create mode 100644 content-search.php diff --git a/content-search.php b/content-search.php new file mode 100644 index 00000000..c565c04f --- /dev/null +++ b/content-search.php @@ -0,0 +1,55 @@ + + +
> +
+ ', esc_url( get_permalink() ) ), '' ); ?> + + + + +
+ +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + ', '' ); ?> +
+
\ No newline at end of file diff --git a/content.php b/content.php index 8c1bf5c8..869afce0 100644 --- a/content.php +++ b/content.php @@ -15,11 +15,6 @@ - -
- -
-
→', '_s' ) ); ?>
- - + \ No newline at end of file