[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
Add the \{blog-archive} macro to a page or panel where you want to display a list of blog posts

{code}
{blog-archive:count=97}
{code}

Which gives: 
{blog-archive:count=97}

Just list the blog posts, most recent first

Wiki Markup
To display A list of blog posts without the nesting, set the years/months/days to false and revent the list from being reversed

{code}
{blog-archive:count=97|years=false|months=false|days=false|reverse=false}
{code}

Which gives:
{blog-archive:count=97|years=false|months=false|days=false|reverse=false}

...