init
This commit is contained in:
17
wp-content/themes/flatsome/search.php
Normal file
17
wp-content/themes/flatsome/search.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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(); ?>
|
Reference in New Issue
Block a user