Пример #1
0
						<?php 
        echo has_post_thumbnail() ? get_the_post_thumbnail() : focus_default_post_thumbnail();
        ?>
					</a>
				</article>

			<?php 
    }
    ?>

		</div>

	<?php 
} else {
    ?>

		<?php 
    get_template_part('no-results', 'index');
    ?>

	<?php 
}
?>

	<div class="clear"></div>

</div>

<?php 
focus_content_nav('nav-below');
Пример #2
0
						<?php 
wp_link_pages(array('before' => '<div class="clear"></div>' . '<p>' . __('Pages:', 'focus')));
?>
					</div>

					<div class="clear"></div>

					<?php 
// If comments are open or we have at least one comment, load up the comment template
if (comments_open() || '0' != get_comments_number()) {
    comments_template('', true);
}
?>
				</div><!-- #content .site-content.content-container -->

				<?php 
get_sidebar();
?>

				<div class="clear"></div>
			</div>
			<?php 
if (siteorigin_setting('general_posts_nav')) {
    focus_content_nav('posts-nav');
}
?>
		</div>
	</div><!-- #primary .content-area -->

<?php 
get_footer();