<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>
<span class="bullet"> • </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>
<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