File: /var/www/html/wp-content/themes/thegem-elementor/template-post-blog-archive.php
<?php
get_header(); ?>
<style>
@font-face{
font-family: 'thegem-elementor';
src: url('<?php echo THEGEM_ELEMENTOR_URL; ?>/assets/icons/fonts/thegem-elementor.eot');
src: url('<?php echo THEGEM_ELEMENTOR_URL; ?>/assets/icons/fonts/thegem-elementor.eot?#iefix') format('embedded-opentype'),
url('<?php echo THEGEM_ELEMENTOR_URL; ?>/assets/icons/fonts/thegem-elementor.woff') format('woff'),
url('<?php echo THEGEM_ELEMENTOR_URL; ?>/assets/icons/fonts/thegem-elementor.ttf') format('truetype'),
url('<?php echo THEGEM_ELEMENTOR_URL; ?>/assets/icons/fonts/thegem-elementor.svg#thegem-elementor') format('svg');
font-weight: normal;
font-style: normal;
}
.template-blog-empty-output{
text-align: center !important;
margin: 8px 3px !important;
padding: 20px;
}
.template-blog-empty-output:before{
font-family: 'thegem-elementor';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
width: 24px;
text-align: center;
display: inline-block;
vertical-align: top;
margin-right: 5px;
}
.template-blog-empty-output.thegem-te-blog-archive-title:before{
content: "\e652";
}
.template-blog-empty-output.thegem-te-blog-archive-description:before{
content: "\e653";
}
.template-blog-empty-output.thegem-te-blog-archive-breadcrumbs:before{
content: "\e654";
}
</style>
<div id="main-content" class="main-content">
<div class="block-content">
<div class="fullwidth-content">
<div class="thegem-template-wrapper thegem-template-blog-archive thegem-template-<?php the_ID(); ?>">
<?php
while ( have_posts() ) : the_post();
$GLOBALS['thegem_template_type'] = 'blog-archive';
the_content();
unset($GLOBALS['thegem_template_type']);
endwhile;
?>
</div>
</div>
</div><!-- .block-content -->
</div><!-- #main-content -->
<?php
get_footer();