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();
?>
-
FAQ
- What is the Page Type and how do I use it?
- How do I make blog pagination work?
- How can I make next/previous buttons to navigate my projects?
- How do I include Vimeo, YouTube, SoundCloud etc in my projects, pages, blog posts?
- How do I make excerpts for my blog posts? (Using the {more} tag)
- View all (2 more)
-
General Documentation
-
Themes
-
Code Documentation