[gnome-web-www/wptest] properly show the content of the "Apply Membership" page



commit 0bf14c3f839796a15d3a2f4d74456d8505e2f759
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Tue Feb 14 18:42:24 2012 -0200

    properly show the content of the "Apply Membership" page

 theme/page-apply.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/theme/page-apply.php b/theme/page-apply.php
index 571dce5..1e94f99 100644
--- a/theme/page-apply.php
+++ b/theme/page-apply.php
@@ -52,8 +52,10 @@ if (array_key_exists('submit', $_POST)) {
             <?php require_once('inc/page-title.php'); ?>
             
             <div class="content without_sidebar">
-            
-                <?php the_content(); ?>
+                
+                <?php while ( have_posts() ) : the_post(); ?>
+                    <?php the_content(); ?>
+                <?php endwhile; // End the loop. Whew. ?>
                 
                 <hr class="top_shadow" />
 



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