From: Ian Weller Date: Tue, 1 Mar 2016 14:56:17 +0000 (-0500) Subject: adding proper feed for the blog in the footer X-Git-Tag: v1.0.0^2~120 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=837312d3998c726908f5369a40fbd7f798c2d564;p=WP-Themes%2Fgaslightmedia.git adding proper feed for the blog in the footer --- diff --git a/footer.php b/footer.php index 810bb52..2cd419f 100644 --- a/footer.php +++ b/footer.php @@ -12,10 +12,7 @@

From The Blog

-

Igendes rem Nequis sitae doluptati as. Luis sitae dolu

-

Mag niatas que occate volorum.

-

Au libus etum re, consequi odit, suntota.

-

Chit quam alique et volo corem hillaut unt.

+
diff --git a/parts/blog-feed-front.php b/parts/blog-feed-front.php new file mode 100644 index 0000000..46928ff --- /dev/null +++ b/parts/blog-feed-front.php @@ -0,0 +1,13 @@ + 4, 'order_by' => 'date'); + $lastposts = get_posts( $args ); + if ($lastposts) { ?> + +
+ + +

+ + +
+