From: Ian Weller Date: Mon, 22 May 2017 20:16:45 +0000 (-0400) Subject: I added the favicon and waking other things X-Git-Tag: v1.0.0^2~94 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=dc7eb109c9be62c49725de3efa8806cc0f474e8d;p=WP-Themes%2Fgaylordmichigan.git I added the favicon and waking other things I added the favicon for the site and uncommented the blog feed. I also did some edits to the blog feed. --- diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..422aa4c Binary files /dev/null and b/favicon.ico differ diff --git a/front-page.php b/front-page.php index a4b2a87..811aba2 100644 --- a/front-page.php +++ b/front-page.php @@ -15,8 +15,8 @@ - +
+ +
diff --git a/header.php b/header.php index 66d0d78..e04dba4 100644 --- a/header.php +++ b/header.php @@ -5,13 +5,14 @@ <?php wp_title(); ?> + diff --git a/parts/blog-feed-front.php b/parts/blog-feed-front.php index 52751d6..18ca94d 100644 --- a/parts/blog-feed-front.php +++ b/parts/blog-feed-front.php @@ -1,5 +1,5 @@ 4, 'order_by' => 'date'); + $args = array('numberposts' => 1, 'order_by' => 'date'); $lastposts = get_posts( $args ); if ($lastposts) { ?> @@ -7,7 +7,7 @@
-
+
ID, 'blog-feed-front'); ?>