From: Laury GvR Date: Wed, 27 Mar 2019 19:25:12 +0000 (-0400) Subject: Blog: Show frontpage crowdriff on home/archive, category crowdriff on category X-Git-Tag: v1.0.0^2~53 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8b2815fa33828e4db4a977e45135c30fae50803b;p=WP-Themes%2Fuptravel.git Blog: Show frontpage crowdriff on home/archive, category crowdriff on category --- diff --git a/index.php b/index.php index 94dddb9..8cbeba1 100644 --- a/index.php +++ b/index.php @@ -16,10 +16,13 @@ } if (is_home()) { include "sections/blog-home.php"; + } + if (is_category() ) { + include "sections/blog-category.php"; } if (is_archive()) { include "sections/blog-archive.php"; - } + } if (is_single()) { include "sections/blog-single.php"; } diff --git a/sections/blog-archive.php b/sections/blog-archive.php index ff8560b..5a43fd5 100644 --- a/sections/blog-archive.php +++ b/sections/blog-archive.php @@ -1,16 +1,11 @@ -
- -
+ +
+ +
+
-
\ No newline at end of file + diff --git a/sections/blog-category.php b/sections/blog-category.php new file mode 100644 index 0000000..28482c8 --- /dev/null +++ b/sections/blog-category.php @@ -0,0 +1,17 @@ + +
+ +
+
+
+ + +
+
diff --git a/sections/blog-home.php b/sections/blog-home.php index 93bbe60..e3059ee 100644 --- a/sections/blog-home.php +++ b/sections/blog-home.php @@ -1,15 +1,11 @@ -
- -
- -
- - - - - -
- - -
-
\ No newline at end of file +
+ +
+ +
+ +
+ + +
+
\ No newline at end of file diff --git a/sections/front-page.php b/sections/front-page.php index d34d97c..e9adfcf 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -27,7 +27,7 @@ - no crowdriff +