[gnome-web-www] We want both news and press categories (when selected) to appear on wgo's homepage.



commit 6039af747f812f2fdaa7df290550fef2599876ff
Author: Andrea Veri <av gnome org>
Date:   Wed Jan 30 21:04:59 2013 +0100

    We want both news and press categories (when selected) to appear on wgo's homepage.

 theme/page-home.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/theme/page-home.php b/theme/page-home.php
index 73a7293..cf2e1f8 100644
--- a/theme/page-home.php
+++ b/theme/page-home.php
@@ -108,7 +108,7 @@ require_once("header.php"); ?>
                     
                         <?php
                         
-                        query_posts (array('post_type' => 'post', 'posts_per_page' => 3, 'cat' => '-4'));
+                        query_posts (array('post_type' => 'post', 'posts_per_page' => 3));
                         
                         while ( have_posts() ) : the_post();
                         ?>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]