From 188222499d3ae255c080edda3ea2d1f4a329172b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 12 Feb 2016 13:40:05 -0500 Subject: [PATCH] fixing search.php --- search.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/search.php b/search.php index 7c13e4f..61a5380 100644 --- a/search.php +++ b/search.php @@ -107,5 +107,39 @@ +
+
+
+
+ +
+
+

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