File Editor
Directories:
.. (Back)
css
genericons
inc
js
languages
page-templates
Files:
404.php
archive.php
comments.php
content-blog-full-content.php
content-blog-image-large.php
content-blog-image-medium.php
content-page.php
content-single.php
content.php
footer.php
functions.php
header.php
home.php
index.php
navigation.php
no-results.php
page.php
readme.txt
search.php
searchform.php
sidebar-footer.php
sidebar-left.php
sidebar.php
single.php
style.css
Create New File
Create
Edit File: search.php
<?php /** * The template for displaying Search Results pages. * * @package ThemeGrill * @subpackage Spacious * @since Spacious 1.0 */ ?> <?php get_header(); ?> <?php do_action( 'spacious_before_body_content' ); ?> <div id="primary"> <div id="content" class="clearfix"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php get_template_part( 'navigation', 'search' ); ?> <?php else : ?> <?php get_template_part( 'no-results', 'search' ); ?> <?php endif; ?> </div><!-- #content --> </div><!-- #primary --> <?php spacious_sidebar_select(); ?> <?php do_action( 'spacious_after_body_content' ); ?> <?php get_footer(); ?>
Save Changes
Rename File
Rename