From dc25afd827583eea65a0fbde6cbf5cd7333d22e1 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 16 Mar 2017 13:03:16 -0400 Subject: [PATCH] Updating the blog I did some layout updates to the blog. It at least has a seperator between the header and the main areas. --- sections/blog-archive.php | 13 +++++++++++++ sections/blog-home.php | 13 +++++++++++++ sections/blog-single.php | 13 +++++++++++++ 3 files changed, 39 insertions(+) diff --git a/sections/blog-archive.php b/sections/blog-archive.php index 32313d2..eedd460 100644 --- a/sections/blog-archive.php +++ b/sections/blog-archive.php @@ -1,4 +1,17 @@
+
+ " . get_member_name() . ""; + //} else { + // echo "

" . get_the_title() . "

"; + //} +// echo "

" . get_the_title() . "

"; + ?> +
diff --git a/sections/blog-home.php b/sections/blog-home.php index 01d5da8..69ad79b 100644 --- a/sections/blog-home.php +++ b/sections/blog-home.php @@ -1,4 +1,17 @@
+
+ " . get_member_name() . ""; + //} else { + // echo "

" . get_the_title() . "

"; + //} +// echo "

" . get_the_title() . "

"; + ?> +
diff --git a/sections/blog-single.php b/sections/blog-single.php index d0075b7..9022764 100644 --- a/sections/blog-single.php +++ b/sections/blog-single.php @@ -1,4 +1,17 @@
+
+ " . get_member_name() . ""; + //} else { + // echo "

" . get_the_title() . "

"; + //} +// echo "

" . get_the_title() . "

"; + ?> +
-- 2.17.1