[All Adaptavist Apps]

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The main purpose for this macro is to help you work out the parameters that you want to use with the blog-rss-feed macro

Usage

Code Block

{blog-rss}

Parameters

he "Ver" column shows which version of Theme Builder the parameter became available in.

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) NB: the @all parameter must be used on it's own, other macro parameters may be used in a list.

 

3.3

teams

(error)

n/a

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

 

3.3

author

(error)

n/a

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

 

3.3

sort

(error)

creation

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

 

3.3

reverse

(error)

true

List the blogposts in reverse order (oldest first)

 

3.3

count

(error)

n/a

The number of posts that should be displayed.

 

3.3

start

(error)

0

Offset from the start for listing the posts.

 

3.3

dateFormat

(error)

general config

Format that dates should be displayed in.

 

3.3

feedTitle

(error)

RSS Feed

The title of the rss feed.

 

3.3

feedDesc

(error)

An RSS Feed

The descripion of the rss feed.

 

3.3

none

(error)

n/a

Text to display when no posts have been found

 

3.3

Examples

Basic Use

unmigrated-wiki-markup

 

Add

the

\

{blog-rss}

macro

to

a

page

where

you

want

to

display/prototype

the

RSS

output

(I've

truncated

the

list

here

to

clean

up

the

display)

{
Code Block
}
{blog-rss:count=7}
{code}

Which gives: 
{blog-rss:count=7}

 

CSS Customisation

To follow

...