Homepage blog excerpts displayed, fixed blog home
authorLaury GvR <laury@gaslightmedia.com>
Mon, 23 May 2016 20:34:02 +0000 (16:34 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 23 May 2016 20:34:02 +0000 (16:34 -0400)
functions.php
parts/blog-feed-home.php

index c4b6b22..2e4d74c 100644 (file)
@@ -122,12 +122,12 @@ function glm_get_header() {
  * This function will ensure only the posts from a certain category will display
  * on the blog/post home page.
  */
-function my_home_category( $query ) { 
-    if ( $query->is_home() && $query->is_main_query() ) { 
-        $query->set( 'cat', '29');  
-    }    
-} 
-add_action( 'pre_get_posts', 'my_home_category' );
+//function my_home_category( $query ) { 
+//    if ( $query->is_home() && $query->is_main_query() ) { 
+//        $query->set( 'cat', '29');  
+//    }    
+//
+//add_action( 'pre_get_posts', 'my_home_category' );
 
 /**
  * glm_side_menu
index 046e763..04a698c 100644 (file)
@@ -1,4 +1,4 @@
-<?php $args = array( 'numberposts' => 3);?>
+<?php $args = array( 'numberposts' => 3, 'category' => 29);?>
 <h1>EMMET COUNTY NEWS</h1>
 <div id="home-feed-posts">
 <?php