From c7d050ddf9591539925b42a0546b2fd45e9bff6c Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 17 Oct 2016 11:32:15 -0400 Subject: [PATCH] fixed my problem I fixed my missing end div problem. Now it looks right and the box shadow isn't containing the copy right. I also relocated the emmet county links to the same area as the copyright in the code layout. --- front-page.php | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/front-page.php b/front-page.php index 97bdba3..901a8dc 100644 --- a/front-page.php +++ b/front-page.php @@ -20,7 +20,32 @@

Recent Emmet County EMS News


- + 3, 'order_by' => 'date'); + $lastposts = get_posts( $args ); + if ($lastposts) { ?> +
+ +
+
+ ID, array(269, 190)); ?> + +
+ +
+
+ +
+ +

+

ID); ?>

+

+
+
+
+ +
+
-- 2.17.1