Show most recent instead of featured posts on frontpage blog feed
authorLaury GvR <laury@gaslightmedia.com>
Mon, 24 Sep 2018 21:05:59 +0000 (17:05 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 24 Sep 2018 21:05:59 +0000 (17:05 -0400)
parts/blog-feed-front.php

index 0105b41..de32cdf 100644 (file)
@@ -1,4 +1,4 @@
-<?php $args = array( 'numberposts' => 3,'category_name' => 'featured');?>
+<?php $args = array( 'numberposts' => 3 );?>
 <div id="home-feed-posts" class="animated home-feed-posts">
     <?php $lastposts = get_posts( $args ); 
     $count = 0; ?>