From d780c78e24eae2cbfe1bc583f3bf17cf3c3c9997 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 29 Feb 2016 14:29:19 -0500 Subject: [PATCH] removed blog-side-info-wrapper from search page in theme --- root/search.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/root/search.php b/root/search.php index 4a7bfa8..5170eb2 100644 --- a/root/search.php +++ b/root/search.php @@ -105,39 +105,5 @@ -
-
-
-
- -
-
-

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