From 85211ebce23c1f522a02aa2cf9452a33961dfc40 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 28 Oct 2016 08:47:26 -0400 Subject: [PATCH] setting categories.php and archive.php indentical to home.php for the blogs --- archive.php | 73 +++++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 42 deletions(-) diff --git a/archive.php b/archive.php index acf9b5c..f60abb9 100644 --- a/archive.php +++ b/archive.php @@ -1,63 +1,52 @@ +
+
- -
- - + + ID); ?>
- ID), "full"); - echo ''; + '; - } else { - echo '
'; - } - ?> + $thumbnail = get_the_post_thumbnail($post->ID, 'blog-feed-front'); ?> -
-
-
> -

- -
-
- Posted on -
-
+
+
+ '; + } else { + echo '
'; + } + ?> +
> +

+
+ Posted on
+ +
+ +

-
- +
- +s + + + + -- 2.17.1