Changed number of frontpage feed posts to 1 (from 3) as per psd
authorLaury GvR <laury@gaslightmedia.com>
Wed, 24 Jan 2018 16:15:58 +0000 (11:15 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 24 Jan 2018 16:15:58 +0000 (11:15 -0500)
parts/blog-feed-front.php

index edd437e..7eae369 100644 (file)
@@ -1,4 +1,4 @@
-<?php $args = array( 'numberposts' => 3);?>
+<?php $args = array( 'numberposts' => 1);?>
 <div id="home-feed-posts">
     <h3 id="home-feed-posts-title">Current Happenings</h3>
     <?php $lastposts = get_posts( $args );