From c2160ed1fb743b370fd2ad99d5fa7d0a1e6d0606 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 26 Jan 2017 13:52:58 -0500 Subject: [PATCH] changing the archive template to use the blog sidebar part to keep the styles uniform --- archive.php | 34 +--------------------------------- parts/blog-sidebar-r.php | 6 +++--- 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/archive.php b/archive.php index 8b2cafe..e04c4d2 100644 --- a/archive.php +++ b/archive.php @@ -53,38 +53,6 @@ -
-
-
-
- -
-
-

Recent Posts

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

Categories

- -

Archive

-
    'monthly', 'limit' => 12 ) ); ?>
-
-
+ diff --git a/parts/blog-sidebar-r.php b/parts/blog-sidebar-r.php index 385b860..095b808 100644 --- a/parts/blog-sidebar-r.php +++ b/parts/blog-sidebar-r.php @@ -6,7 +6,7 @@ -
Recent Posts
+

Recent Posts

-
Categories
+

Categories

-
Archive
+

Archive

-- 2.17.1