Primary

[groups_newsletters_stories]

Renders a list of newsletter stories.

Supports these attributes (defaults shown) :

  • number: Of stories to show, default: 10
  • numberpost: Of stories to show, default: 10
  • show_author: Whether to show the story author, default: false
  • show_date: Whether to show the story date, default: true
  • show_comment_count: Whether to show the amount of comments, default true
  • orderby: Order stories by, default: ‘post_date’
  • order: Order of stories, default: ‘DESC’
  • newsletter_id: Show stories with the specified newsletter id, {current} or [current] shows stories from the current newsletter, default: null
  • term_id: Show stories with the specified newsletter id, {current} or [current] shows stories from the current newsletter, default: null
  • post_status: Show stories with a status, default ‘publish’

See http://codex.wordpress.org/Template_Tags/get_posts for details on supported values for these attributes.