Пример #1
0
<?php 
if (have_posts()) {
    the_post();
    ?>

	<section class="section">
		<article id="post-<?php 
    the_ID();
    ?>
" <?php 
    post_class('post');
    ?>
>
			<?php 
    Everything::title();
    ?>
			<?php 
    the_content(null, Everything::to('portfolio/strip_teaser'));
    ?>
			<?php 
    echo Everything::getPaginateLinks('page');
    ?>
		</article>
	</section>

	<?php 
    get_template_part('parts/author-bio');
    ?>
	<?php 
    Everything::socialButtons();