D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
home2
/
stickain
/
davidsteele.com
/
wp-content
/
themes
/
flatsome
/
Filename :
search.php
back
Copy
<?php /** * The blog template file. * * @package flatsome */ get_header(); ?> <div id="content" class="blog-wrapper blog-archive page-wrapper"> <?php get_template_part( 'template-parts/posts/layout', get_theme_mod('blog_layout','right-sidebar') ); ?> </div> <?php get_footer(); ?>