Versions Compared

Key

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

...

Setting

Description

Display style

  • Image feed shows the blog posts' image, title and publishing date.

  • Content feed Card shows the blog posts' image, title, description and publishing date.

  • List shows the blog posts' publishing date and title.

  • Slideshow shows the blog posts one by one. It includes the blog posts' image, title and publishing date.

Avatars

Show or hide the blog authors' avatars (profile pictures). Users set up their avatars in their Atlassian account.

Number of items

Enter the amount of blog posts you want to show by default. Users can always click a button to load more, except when the Display style is set to Slideshow.

Filter

Filters let you narrow down which blog posts from your site's Confluence spaces to show.

  • Simple lets you filter by label, space and author.

  • Select Advanced to filter with CQL.

Filter by label
Available when Filter is set to Basic.

Enter a label to include only the blog posts that have that label in Confluence. Add a dash ( - ) in front of a label to exclude its blog posts. Separate multiple labels with commas.

Filter by space
Available when Filter is set to Basic.

To show blog posts from all Confluence spaces on your site, leave this field empty.

To show blog posts from one or more other spaces, add space keys separated with commas. Exclude a space key by adding a dash ( - ) in front of it.

To show dynamic content, enter a text variable:

Insert excerpt
Text variables
Text variables
nameNews
nopaneltrue

Filter by author
Available when Filter is set to Basic.

Enter a creator’s Account ID to include their blog posts. A user’s Account ID can be found in the URL of their Atlassian profile. For example, in a URL ending with wiki/people/62f636d425abc07e51c8b330, the bold string of letters and numbers is the user’s Account ID.

Add a dash ( - ) in front of a Account ID to exclude that user’s activity. Separate multiple IDs with commas.

To show only blog posts created by the user viewing the page, enter $userid.

Filter with CQL
Available when Filter is set to Advanced.

Use CQL to show specific blog posts. Use "type = blogpost". Make the filter dynamic with text variables.

For example, show blog posts that the user added:

Code Block
type = blogpost AND creator = $username ORDER BY created DESC

...