|
@@ -1,22 +1,19 @@
|
|
<?php get_header(); ?>
|
|
<?php get_header(); ?>
|
|
- <div class="container">
|
|
|
|
- <div id="content" role="main">
|
|
|
|
- <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
|
|
|
- <div class="entry-content">
|
|
|
|
- <div class="date">
|
|
|
|
- <?php the_date(); ?>
|
|
|
|
- </div>
|
|
|
|
- <?php if ( have_posts() ) : ?>
|
|
|
|
- <header class="page-header">
|
|
|
|
- <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'dw' ), get_search_query() ); ?></h1>
|
|
|
|
- </header>
|
|
|
|
- <?php while ( have_posts() ) : the_post();the_excerpt();
|
|
|
|
- endwhile; dw_paging_nav();
|
|
|
|
- else :get_search_form();
|
|
|
|
- endif;
|
|
|
|
- ?>
|
|
|
|
|
|
+ <div class="container leader">
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-12">
|
|
|
|
+ <h1 class="super-duper cm-sans">Ouch</h1>
|
|
|
|
+ <h2 class="super cm-san">Something is Amiss.</h2>
|
|
|
|
+ <h3 class="cm-san">You might want to look elsewhere.</h3>
|
|
|
|
+ <div class="not-search">
|
|
|
|
+ <?php get_search_form();?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-sm-12">
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
-<?php get_footer(); ?>
|
|
|
|
|
|
+<?php get_footer('studio'); ?>
|