* 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
-<?php $args = array( 'numberposts' => 3);?>
+<?php $args = array( 'numberposts' => 3, 'category' => 29);?>
<h1>EMMET COUNTY NEWS</h1>
<div id="home-feed-posts">
<?php