-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.php
23 lines (21 loc) · 1.17 KB
/
search.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php get_header(); ?>
<section id="banner-bottom">
<div class="container">
<h1>Car Tips</h1>
<p>Don't run the risk of buying a used car with costly hidden problems. Get a detailed vehicle history report AND learn what
to look for when shopping for a used car.</p>
</div> <!-- end .container -->
<iframe src="http://www.facebook.com/plugins/like.php?app_id=130407713718629&href&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:160px; height:40px;" allowTransparency="true"></iframe>
</section>
</header> <!-- end #banner -->
<div id="content">
<div id="main" role="main">
<div class="container">
<h1><?php _e('Search Results for', 'roots'); ?> <?php echo get_search_query(); ?></h1>
<?php get_template_part('loop', 'search'); ?>
</div> <!-- end .container -->
</div> <!-- end #main -->
<?php get_sidebar(); ?>
</div> <!-- end #content -->
</div> <!-- end #wrap/.container -->
<?php get_footer(); ?>