Release version 1.2.0 of Postlist which contains the following changes:

  • New limit attribute which can be used the set the maximum number of posts shown in the list.
  • A new mode which display the full contents of a post, rather than just the title or the first line. This can be enabled by setting the new display attribute to content.

Just a reminder that the attributes can be mixed and matched, so you can use both these new attributes together, along with all the existing ones:

{{< postlist limit="3" categories="Example" order="date" display="content" >}}

See updated documentation for details, including how the markup of full post content can be configure if desired (this works in a similar way to microhooks in Tiny Theme, in which you create customer templates with specific names).