Reduced frontpage post-feed count to 2 from 5
authorLaury GvR <laury@gaslightmedia.com>
Tue, 26 Jul 2016 15:17:55 +0000 (11:17 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 26 Jul 2016 15:17:55 +0000 (11:17 -0400)
parts/blog-feed-home.php

index 924b2f1..f80c3c0 100644 (file)
@@ -1,4 +1,4 @@
-<?php $args = array( 'numberposts' => 5);?>
+<?php $args = array( 'numberposts' => 2);?>
 <div id="home-feed-posts">
 <?php
 $lastposts = get_posts( $args );