[All Adaptavist Apps]

Page tree

Versions Compared

Key

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

...

Property

Required

Default

Notes

Theme Panels Only

Ver

space

(error)

@current

The space (or list of spaces) whose posts should be listed (SPACEKEY/@all/@current/@favourite/@global/@personal/@children) NB: the @all parameter must be used on it's own, other macro parameters may be used in a list.

 

3.0

label

(error)

n/a

A list of team labels that can be used to filter the list of blog posts

 

3.3.5

author

(error)

n/a

A comma separated list of usernames/group names/@self/@creator/@owner

 

3.3

sort

(error)

creation

The order that the posts should be listed in (creation/modified/recent)

 

3.2

reverse

(error)

true

List the blogposts in reverse order (oldest first)

 

3.2

count

(error)

n/a

The number of posts that should be displayed.

 

3.2

start

(error)

0

Offset from the start for listing the posts.

 

3.2

years

(error)

true

Nest the list of blogposts by year (true/false)

 

3.2

months

(error)

true

Nest the list of blogposts by month (true/false)

 

3.2

days

(error)

true

Nest the list of blogposts by month (true/false)

 

3.2

posts

(error)

true

Display the individual posts (true/false)

 

3.2

excerpt

(error)

true

Display the excerpt of the blogpost (true/false/full)

 

3.2

none

(error)

n/a

Text to display when no posts have been found

 

3.2

Examples

Basic Use

 

...

Add

...

the

...

{blog-archive}

...

macro

...

to

...

a

...

page

...

or

...

panel

...

where

...

you

...

want

...

to

...

display

...

a

...

list

...

of

...

blog

...

posts

...

Code Block
{blog-archive:count=7}

...

Which

...

gives:

...

 

Image Added

Just list the blog posts, most recent first

...

Code Block
{blog-archive:count=7|years=false|months=false|days=false|reverse=false}

Which gives:

Image Added

Image Removed 

CSS Customisation

To follow

...

Frequently Asked Questions

None at present.