Only show published pages on blog feed frontpage
authorLaury GvR <laury@gaslightmedia.com>
Wed, 8 Jun 2016 17:15:36 +0000 (13:15 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 8 Jun 2016 17:15:36 +0000 (13:15 -0400)
front-page.php

index 44da776..1845cb6 100644 (file)
                                 <div class="feed">
                                     <img src="<?php bloginfo('template_url'); ?>/assets/Homepage - NEWS.jpg">
                                     <?php
-                                    $args = array( 'numberposts' => 3);
+                                    $args = array( 
+                                        'numberposts' => 3,
+                                        'post_status' => 'publish'
+                                    );
                                     $lastposts = get_posts( $args );
                                     foreach($lastposts as $post) : setup_postdata($post); ?>
                                     <div>