Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The News module displays blog posts from a Confluence space as thumbnails in chronological order.

You can add this module to homes on your Refined sites.

Settings

  • Label. Show only pages that have a specific Confluence label.

  • Space. By default, the module shows pages from the current space. If you’d like to show content from another space instead, set up dynamic content with Text Variables. 

  • Author. Only show content from one or more authors, by adding their Account ID(s).

If the blog post doesn’t contain an image, or you want to use a different image than the first image in that blog post, add metadata to the blog post.

Advanced filter

The advanced filter lets you use CQL to show specific pages. For example:

  • Get all blog posts from a site

    type = blogpost AND refinedSite = 123 ORDER BY created DESC
  • Get all blog posts from a category

    type = blogpost AND refinedCategory = hr ORDER BY created DESC
  • Get all blog posts added by the current logged-in user

    type = blogpost AND creator = $username ORDER BY created DESC
  • Get all blog posts from the blog site

    type = blogpost AND space IN blogSite() ORDER BY created DESC
  • Get all blog posts from blog space

    type = blogpost AND space IN blogs() ORDER BY created DESC
  • No labels