wordpress specific edits
authorIan Weller <ian@gaslightmedia.com>
Tue, 8 Mar 2016 16:11:37 +0000 (11:11 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 8 Mar 2016 16:11:37 +0000 (11:11 -0500)
root/parts/blog-sidebar-r.php
root/parts/glm-kitchen-sink.php
root/parts/search.php

index c365130..c051ab4 100644 (file)
@@ -1,6 +1,6 @@
         <div id="blog-side-info-wrapper" class="small-11 small-only-text-center medium-3 columns">
             <div id="blog-side-info">
-                <form id="searchform" action="<?php bloginfo('url'); ?>" method="get">
+                <form id="searchform" action="<?php echo esc_url( home_url() ); ?>" method="get">
                     <div><input id="s" class="text" type="text" name="s" value="" />
                     <input class="submit blogbutton" type="submit" name="submit" value="Search" />
                     <input type="hidden" name="searchType" value="blog" /> </div>
index 25aec41..57633a7 100644 (file)
     <span class="bullet"> &#8226; </span>
     <span>231-123-1231</span>
     <span class="bullet"></span>
-    <span><a href="<?php bloginfo('url');?>/contact-us">Contact Us</a></span>
+    <span><a href="<?php echo home_url();?>/contact-us">Contact Us</a></span>
 </div>
         
         <br><a name="copyright">copyright</a> 
index 551b5fa..f58fb9c 100644 (file)
@@ -1,8 +1,4 @@
 <form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
      <input class="search-input" type="text" placeholder="Search" value="" name="s" id="lar-search">
-<!--
-     <input class="search-button" type="image" 
-        src="<?php bloginfo('template_url'); ?>/assets/search_button.png" 
-        value="submit" name="searchButton">
--->
+     <input class="search-button" type="submit" value="submit" name="searchButton">
 </form>
\ No newline at end of file