Sindbad~EG File Manager
<?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Epaper
*/
if( is_active_sidebar ( 'sidebar-1' ) ){
$epaper_column = 8;
}else{
$epaper_column = 12;
}
get_header();
?>
<section class="breadcrumbs-area">
<div class="container">
<div class="row">
<div class="col-lg-12">
<?php
the_archive_title( '<h2 class="page-title">', '</h2>' );
the_archive_description( '<div class="archive-description">', '</div>' );
?>
</div>
</div>
</div>
</section>
<section class="archive-area <?php if( ! is_active_sidebar ('sidebar-1') ): ?>block-content-css<?php endif; ?>" id="content">
<div class="container">
<div class="row">
<div class="col-lg-<?php echo esc_attr ($epaper_column); ?>">
<?php if ( have_posts() ) : ?>
<div class="row masonry-post">
<?php
/* Start the Loop */
while ( have_posts() ) :
the_post();
/*
* Include the Post-Type-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Type name) and that will be used instead.
*/
get_template_part( 'template-parts/content', get_post_type() );
endwhile; ?>
</div>
<?php
the_posts_navigation();
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>
</div>
<?php if(is_active_sidebar ('sidebar-1') ): ?>
<div class="col-lg-4">
<?php get_sidebar(); ?>
</div>
<?php endif; ?>
</div>
</div>
</section>
<?php
get_footer();
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists