<div id="hypercomments_widget"></div>
<script type="text/javascript">
_hcwp = window._hcwp || [];
_hcwp.push({widget:"Stream", widget_id: 77838});
(function() {
if("HC_LOAD_INIT" in window)return;
HC_LOAD_INIT = true;
var lang = (navigator.language || navigator.systemLanguage || navigator.userLanguage || "en").substr(0, 2).toLowerCase();
var hcc = document.createElement("script"); hcc.type = "text/javascript"; hcc.async = true;
hcc.src = ("https:" == document.location.protocol ? "https" : "http")+"://w.hypercomments.com/widget/hc/77838/"+lang+"/widget.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hcc, s.nextSibling);
})();
</script>
<a href="http://hypercomments.com" class="hc-link" title="comments widget">comments powered by HyperComments</a>
<?php
/**
* @package Stag_Customizer
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( 'gallery' === get_post_format() ) : ?>
<div class="slideshow-wrapper">
<?php stag_the_special_content(); ?>
</div>
<?php else: ?>
<?php get_template_part( 'partials/entry', 'thumbnail' ); ?>
<?php endif; ?>
<div class="entry-content">
<header class="entry-header">
<?php get_template_part( 'partials/entry', 'title' ); ?>
<div class="post-meta-info">
<?php get_template_part( 'partials/entry', 'date' ); ?>
<?php get_template_part( 'partials/entry', 'author' ); ?>
<?php stag_post_likes(); ?>
</div>
</header>
<?php
if ( 'gallery' === get_post_format() ) {
stag_the_remaining_content();
} else {
the_content();
}
?>
<?php get_template_part( 'partials/entry', 'pagination' ); ?>
</div>
<div class="entry-meta-wrapper">
<div class="entry-taxonomy">
<?php get_template_part( 'partials/entry', 'taxonomy' ); ?>
</div>
<?php get_template_part( 'partials/entry', 'share' ); ?>
</div>
<?php get_template_part( 'partials/nav', 'post' ); ?>
</article>
<?php else: ?>
<?php get_template_part( 'partials/entry', 'thumbnail' ); ?>
<?php
/**
* @package Stag_Customizer
*/
get_header(); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div class="single-post-content">
<main id="main" class="site-main" role="main">
<?php get_template_part( 'partials/content', 'single' ); ?>
<div class="line"></div>
<div class="category">
<?php the_category(' '); ?>
</div>
<?php get_template_part( 'partials/entry', 'date' ); ?>
</main>
</div>
<?php stag_related_posts(); ?>
<div class="comment-list-wrapper">
<h3>Комментарии</h3>
</div>
<div class="Hypercomments">
<section class="comments-page-cover">
<div class="overlay">
<?php get_template_part( 'partials/content', 'comments' ); ?>
</div>
</section>
</div><div class="post-links-next"><i class="fa fa-arrow-circle-right"></i>
<?php previous_post_link('<strong>%link</strong>'); ?>
</div>
<div class="post-links-previous"><i class="fa fa-arrow-circle-left"></i>
<?php next_post_link('<strong>%link</strong>'); ?>
</div>
<?php endwhile; endif; ?>
<?php get_footer(); ?>