[guadec-web] Display more and longer posts in the front page



commit 5a5a4badd869dfc95ebf8b67088dfb91aca99193
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Jul 4 01:12:24 2013 +0200

    Display more and longer posts in the front page
    
    We have lots of vertical empty space now intruduced by all the
    sponsors and partners. Make the front page more useful and better
    visually balanced by adding more and longer posts.

 wordcamp-base/front.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wordcamp-base/front.php b/wordcamp-base/front.php
index f038037..8177ff2 100644
--- a/wordcamp-base/front.php
+++ b/wordcamp-base/front.php
@@ -10,7 +10,7 @@
 
         <div class="news-posts">
 <?php
-query_posts('posts_per_page=3');
+query_posts('posts_per_page=8');
 
 while ( have_posts() ) : the_post();
 ?>
@@ -21,7 +21,7 @@ while ( have_posts() ) : the_post();
 
                        <div class="entry-meta"><?php twentyten_posted_on(); ?></div>
 
-                       <div class="entry-summary front-summary"><?php the_excerpt(); ?></div>
+                       <div class="entry-summary front-summary"><?php the_content(); ?></div>
 
                        <div class="entry-utility">
                                <?php edit_post_link( __( 'Edit', 'wordcampbase' ), '<span 
class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>


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