Template Tags / show_post()
Note
This tag replaces postView().
Description
Displays the blog post. This is the fully automatic way to display a post on your page/in your template, as it takes care of all the behind the scenes work for you. The template, blog_view.html, is used by this function to control the layout of the post.
This function is for use in the layout_blog.php layout.
Usage
<?php echo show_post(); ?>