From: Anthony Talarico Date: Mon, 15 Feb 2016 14:29:35 +0000 (-0500) Subject: styled archive, added glm_header to pages X-Git-Tag: v1.0.0^2~189 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c8fc41cd642471ec8c4cc52d550fd73c9d3bafcb;p=WP-Themes%2FDiscoverKZOO.git styled archive, added glm_header to pages --- diff --git a/archive.php b/archive.php index bdeeeec..fbcab25 100644 --- a/archive.php +++ b/archive.php @@ -1,31 +1,47 @@ +
+

Categories

+
+ +
- +
- ID, 'blog-feed-front'); ?> - -
- -
-
- -
- + ID), "full"); + echo ''; + + echo '
'; + } else { + echo '
'; + } + ?> -
> - -
-

- Posted on -
- - - - -
+
+
+
> +

+ +
+
+ Posted on +
+
+
+
diff --git a/css/app.css b/css/app.css index c62201e..905a51d 100644 --- a/css/app.css +++ b/css/app.css @@ -7055,7 +7055,7 @@ input[type="submit"].blogbutton { background-repeat: no-repeat; background-position: center; } -.blog-featured-home { +.blog-featured-home, .blog-featured-archive { height: 250px; float: left; background-size: cover; diff --git a/functions.php b/functions.php index 85c3be1..e476072 100644 --- a/functions.php +++ b/functions.php @@ -93,7 +93,7 @@ function glm_site_scripts() function glm_get_header() { echo '
+

Categories

diff --git a/scss/_blog.scss b/scss/_blog.scss index 9bb4aca..1afa33b 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -163,7 +163,7 @@ input[type="submit"].blogbutton { background-repeat: no-repeat; background-position: center; } -.blog-featured-home{ +.blog-featured-home, .blog-featured-archive{ height: 250px; float: left; background-size: cover; diff --git a/search.php b/search.php index 61a5380..15d8693 100644 --- a/search.php +++ b/search.php @@ -1,4 +1,5 @@ +
diff --git a/single.php b/single.php index 87bb0f3..f1cfd54 100644 --- a/single.php +++ b/single.php @@ -50,7 +50,7 @@ $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug ); echo ' '. $cat->name .','; } - } + } echo ' on '; echo ' ' . the_time('F jS, Y') . ''; echo '.';