Пример #1
0
echo $appica_title;
?>
	</div>
</div>

<section class="space-top padding-bottom appica-single-post">
	<div class="container">
		<div class="row">

			<?php 
// Sidebar magic
$appica_sidebar_position = appica_sidebar_position();
?>

			<div class="<?php 
appica_content_column_classes($appica_sidebar_position);
?>
">
			<?php 
while (have_posts()) {
    the_post();
    get_template_part('content', 'single');
    // If comments are open or we have at least one comment, load up the comment template
    if (comments_open() || get_comments_number()) {
        comments_template();
    }
}
// end of the loop.
?>
			</div>
/**
 * The template for displaying all single posts.
 *
 * @package Appica
 */
get_header();
?>


	<section class="space-top-2x padding-bottom appica-single-post appica-portfolio">
		<div class="container">
			<div class="row">

				<div class="<?php 
appica_content_column_classes('none');
?>
">
					<?php 
while (have_posts()) {
    the_post();
    get_template_part('content', 'single');
}
// end of the loop.
?>

				</div>

			</div>
		</div>
	</section>