Example #1
0
			<?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();
    ?>
	<?php 
    Everything::meta();
    ?>
	<?php 
    comments_template();
    ?>

<?php 
}
?>

<?php 
get_footer();