File: /hosting/kak.bg/web/wp-content/themes/kak/single.php
<?php
/**
* The Template for displaying all single posts.
*
* @package WordPress
* @file single.php
* @author DesignPicnicStudio
* @link http://designpicnic.com
*/
?>
<?php get_header(); ?>
<div id="content" class="single-post">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'single' ); ?>
<div class="fb-comments" data-href="<?php the_permalink(); ?>" data-width="770" data-numposts="15" data-colorscheme="light"></div>
<?php endwhile; // end of the loop. ?>
</div><!-- /content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>