File: /home/showtijd/domains/showtijd.eu/public_html/wp-content/themes/itheme2/single.php
<?php get_header(); ?>
<?php
/** Themify Default Variables
* @var object */
global $themify; ?>
<?php if( have_posts() ) while ( have_posts() ) : the_post(); ?>
<!-- layout-container -->
<div id="layout" class="clearfix">
<?php themify_content_before(); //hook ?>
<!-- content -->
<div id="content" class="list-post">
<?php themify_content_start(); //hook ?>
<?php get_template_part( 'includes/loop' , 'single'); ?>
<?php wp_link_pages(array('before' => '<p class="post-pagination"><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php get_template_part( 'includes/author-box', 'single'); ?>
<?php get_template_part( 'includes/post-nav'); ?>
<?php if(!themify_check('setting-comments_posts')): ?>
<?php comments_template(); ?>
<?php endif; ?>
<?php themify_content_end(); //hook ?>
</div>
<!--/content -->
<?php themify_content_after() //hook; ?>
<?php endwhile; ?>
<?php
/////////////////////////////////////////////
// Sidebar
/////////////////////////////////////////////
if ($themify->layout != "sidebar-none"): get_sidebar(); endif; ?>
</div>
<!-- layout-container -->
<?php get_footer(); ?>