Sindbad~EG File Manager
<?php
get_header(); ?>
<div class="clearfix"></div>
<section class="page-wrapper">
<div class="container">
<div class="row padding-top-60 padding-bottom-60">
<div class="<?php esc_attr(specia_post_column()); ?>" >
<?php
if ( have_posts() ) :
/* Start the Loop */
while ( have_posts() ) : the_post();
/**
* Run the loop for the search to output the results.
* If you want to overload this in a child theme then include a file
* called content-search.php and that will be used instead.
*/
get_template_part( 'template-parts/content', 'search' );
endwhile;
the_posts_navigation();
else :
get_template_part( 'template-parts/content', 'none' );
endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
</div>
</section>
<?php
get_footer();
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists