File Editor
Directories:
.. (Back)
img
inc
js
languages
layouts
Files:
404.php
README.txt
archive.php
comments.php
footer.php
front-page.php
functions.php
header.php
home.php
index.php
page-left-sidebar.php
page.php
search.php
sidebar.php
single.php
style.css
template-blog-default.php
template-blog-grid-sidebar.php
template-blog-grid.php
woocommerce.php
Create New File
Create
Edit File: search.php
<?php /** * The template for displaying search results pages. * * @package mediaphase */ get_header(); get_template_part( 'inc/partials/content', 'inner-navigation-search' ); ?> <div id="main"> <?php get_sidebar(); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'inc/partials/content', 'blog-default' ); endwhile; mediaphase_pagination(); else : get_template_part( 'inc/partials/content', 'none' ); endif; ?> </div><!-- #main --> <?php get_template_part( 'inc/partials/content', 'home-bottom-ribbon' ); get_template_part( 'inc/partials/content', 'home-logos' ); get_footer();
Save Changes
Rename File
Rename