From 16bd95c9a80b57163fd66ff0cff6c825319ffa35 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 4 Jan 2016 09:18:42 -0500 Subject: [PATCH] adjusting blog style --- functions.php | 37 ++++++++++++++++++++++++++----------- home.php | 13 ++++++++++--- parts/head-image.php | 5 +++++ 3 files changed, 41 insertions(+), 14 deletions(-) create mode 100644 parts/head-image.php diff --git a/functions.php b/functions.php index e26d176..1f16437 100644 --- a/functions.php +++ b/functions.php @@ -70,25 +70,40 @@ function glm_site_scripts() } - -/* Header for posts*/ function glm_get_header() { echo ''; echo ''; -// echo '
'; -// echo '
'; -// echo '
'; -// echo '
'; + echo '
'; + echo '
'; + echo '
'; + echo '
'; } +///* Header for posts*/ +//function glm_get_header() { +// echo ''; +// echo ''; +//// echo '
'; +//// echo '
'; +//// echo '
'; +//// echo '
'; +//} // // The code below is useful when you want the image to resize to // if (has_post_thumbnail()) { diff --git a/home.php b/home.php index 8168dea..d84c65b 100644 --- a/home.php +++ b/home.php @@ -1,10 +1,17 @@ +
+ +
- +
+
+

County News

diff --git a/parts/head-image.php b/parts/head-image.php new file mode 100644 index 0000000..0ae7508 --- /dev/null +++ b/parts/head-image.php @@ -0,0 +1,5 @@ +
+ +
+
+
\ No newline at end of file -- 2.17.1