The Adaptavist Group LogoDocumentation

Blog List

This macro is used to create a list of blog posts and excerpts.

Usage

Storage Format

<ac:macro ac:name="blog-list">
<ac:parameter ac:name="parameter">value</ac:parameter>
</ac:macro>

Wiki Markup

{blog-list:parameter=value}
Parameter Name Description Type Default Required
displayDisplay modeSelect either singlespace or multispace (default - singlespace)enumsinglespace
spaceSpaceA comma-separated list of spaces whose posts should be listed (SPACEKEY/@all/@current/@favourite/@global/@personal)
CAUTION: When using @all Confluence imposes a maximum count of 500
spacekey@current
labelLabelsA comma-separated list of labels that are used to filter the list of blogpostsstring
authorAuthorsA comma-separated list of authors that are used to filter the list of blogposts - usernames/group names/@self/@creator/@ownerstring
sortSort OrderThe order that the posts should be listed in (creation/modified/recent/title - default creation)enumcreation
reverseReverseList the blogposts in reverse order (default=true - oldest first)booleantrue
countCountThe number of posts that should be displayed (default = 10)spacekey
titleShow TitleDisplay the blog titlesbooleanfalse
linktitleLink TitleLink the titles to the blog postbooleanfalse
excerptExcerptDisplay the post excerptbooleanfalse
fullExcerptFull ExcerptDisplay the full content of the postbooleanfalse
showDateShow DateDisplay the date that the post was madebooleanfalse
showPostedByShow Posted-byShow the postedby detailsbooleanfalse
showPostedByDateShow Posted-by dateInclude the date in the postedby detailsbooleanfalse
permalinkPermalinkShow a permalinkbooleanfalse
postedByCaptionPosted By CaptionThe caption for the postedby detailsbooleanfalse
commentComment CountThe text prefixing the comment countstring
noneNoneText to display when no posts have been foundstring
flagFlagA list of flags, one of which must be defined for the content to be displayedstring
notflagNot FlagA list of flags that must not be defined for the content to be displayedstring

Example

Below is an example of showing a list of blog posts from all spaces.

<ac:macro ac:name="blog-list">
<ac:parameter ac:name="display">singlespace</ac:parameter>
<ac:parameter ac:name="space">@all</ac:parameter>
</ac:macro>
{blog-list:singlespace|space=@all}

Result

Search documentation

Start typing to search the docs.