Featured images on posts pages removed.
authorLaury GvR <laury@gaslightmedia.com>
Tue, 20 Jan 2015 20:40:00 +0000 (15:40 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 20 Jan 2015 20:40:00 +0000 (15:40 -0500)
home.php
index.php
single.php

index a6ddd12..1546a54 100644 (file)
--- a/home.php
+++ b/home.php
@@ -1,12 +1,5 @@
 <?php get_header(); ?>
 <div class="row">
-<!--    <div id="searchform_container" class="small-12 medium-3 columns alignright">
-        <form id="searchform" action="<?php bloginfo('url'); ?>" method="get">
-            <div><input id="s" class="text" type="text" name="s" value="" />
-            <input class="submit button blogbutton" type="submit" name="submit" value="Search" />
-            <input type="hidden" name="searchType" value="blog" /> </div>
-        </form>
-    </div>-->
     <div id="blog-posts-over" class="small-12 medium-9 columns">
         
         <?php if(have_posts()): $i = 1; while (have_posts() && $i < 6) : the_post(); ?>
index a6ddd12..e24ede6 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1,14 +1,6 @@
 <?php get_header(); ?>
 <div class="row">
-<!--    <div id="searchform_container" class="small-12 medium-3 columns alignright">
-        <form id="searchform" action="<?php bloginfo('url'); ?>" method="get">
-            <div><input id="s" class="text" type="text" name="s" value="" />
-            <input class="submit button blogbutton" type="submit" name="submit" value="Search" />
-            <input type="hidden" name="searchType" value="blog" /> </div>
-        </form>
-    </div>-->
     <div id="blog-posts-over" class="small-12 medium-9 columns">
-        
         <?php if(have_posts()): $i = 1; while (have_posts() && $i < 6) : the_post(); ?>
         <div class="row content" id="blog-posts-container">
             <div class="small-11 small-centered columns">
index c7f883b..bae5bc3 100644 (file)
@@ -1,15 +1,4 @@
 <?php get_header(); ?>
-<article <?php post_class() ?> id="interior">
-    <?php GLM_get_header(); ?>
-</article>
-<div class="row">
-<!--    <div id="searchform_container" class="small-12 medium-3 columns alignright">
-        <form id="searchform" action="<?php bloginfo('url'); ?>" method="get">
-            <div><input id="s" class="text" type="text" name="s" value="" />
-            <input class="submit button blogbutton" type="submit" name="submit" value="Search" />
-            <input type="hidden" name="searchType" value="blog" /> </div>
-        </form>
-    </div>-->
     <div id="blog-posts-over" class="small-12 medium-9 columns">
         <?php if(have_posts()) : while(have_posts()): the_post();?>
         <div class="row content" id="blog-posts-container">