Available Since: V1.0.0
Chunk used to format a single blog post.
<article class="blog-single-post" itemscope itemtype="http://schema.org/BlogPosting"> <div class="row"> <aside class="span2 span-s2 post-info"> <img src="[[+author_image]]" alt="[[+author_name]]" /> <p class="author">[[+byLabel]] [[+author_name]]</p> <p class="date">[[date &format=`%d %F %Y` &time=`[[+published]]`]]</p> </aside> <section class="span10 span-s10 post-content">[[blog.featureImg]]<div itemprop="articleBody">[[+post_body]]</div> </section> [[+blog_comments]] </div> <meta itemprop="name" content="[[+title]]" /> <meta itemprop="description" content="[[+summary]]" /> <meta itemprop="datePublished" content="[[+publishedYMD]]" /> </article>
<article class="blog-single-post" itemscope itemtype="http://schema.org/BlogPosting"> <div class="row"> <aside class="col-sm-2 post-info"> <img src="[[+author_image]]" alt="[[+author_name]]" /> <p class="author">[[+byLabel]] [[+author_name]]</p> <p class="date">[[date &format=`%d %F %Y` &time=`[[+published]]`]]</p> </aside> <section class="col-sm-10 post-content">[[blog.featureImg]]<div itemprop="articleBody">[[+post_body]]</div> </section> [[+blog_comments]] </div> <meta itemprop="name" content="[[+title]]" /> <meta itemprop="description" content="[[+summary]]" /> <meta itemprop="datePublished" content="[[+publishedYMD]]" /> </article>
<article class="blog-single-post" itemscope itemtype="http://schema.org/BlogPosting"> <div class="row"> <aside class="medium-2 columns post-info"> <img src="[[+author_image]]" alt="[[+author_name]]" /> <p class="author">[[+byLabel]] [[+author_name]]</p> <p class="date">[[date &format=`%d %F %Y` &time=`[[+published]]`]]</p> </aside> <section class="medium-10 columns post-content">[[blog.featureImg]]<div itemprop="articleBody">[[+post_body]]</div> </section> [[+blog_comments]] </div> <meta itemprop="name" content="[[+title]]" /> <meta itemprop="description" content="[[+summary]]" /> <meta itemprop="datePublished" content="[[+publishedYMD]]" /> </article>
Placeholder | Description |
---|---|
author_image | The gravatar image for the post author. |
byLabel | The label text for the author; defaults to By. |
author_name | The name of the post author. |
published | The date and time that the post was published. |
post_body | The post contents. |
publishedYMD | The publish date as yyyy-mm-dd. |
blog_comments | If comments are enabled for the blog post then it is the chunk blog.comments. |