[gnomeweb-wp] created template for pages without page titles



commit c0d6b0b5b5addbcfd0df236b154778e43deea16f
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Tue Apr 5 18:42:21 2011 -0300

    created template for pages without page titles

 .../gnome-grass/one-column-without-title.php       |   28 ++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/one-column-without-title.php b/wp-content/themes/gnome-grass/one-column-without-title.php
new file mode 100644
index 0000000..73446d7
--- /dev/null
+++ b/wp-content/themes/gnome-grass/one-column-without-title.php
@@ -0,0 +1,28 @@
+<?php
+/*
+Template Name: One Column without page title
+*/
+
+require_once("header.php"); ?>
+
+    <!-- container -->
+    <div id="container" class="two_columns">
+        <div class="container_12">
+            
+            <div class="content without_sidebar">
+            <?php while ( have_posts() ) : the_post(); ?>
+                <?php the_content(); ?>
+            <?php endwhile; // End the loop. Whew. ?>
+                <br />
+                <div class="clear"></div>
+            </div>
+            
+            <?php require_once("footer_art.php"); ?>
+        </div>
+    </div>
+    
+    <div class="clearfix"></div>
+    
+    <?php require_once("footer.php"); ?>
+</body>
+</html>



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