{flexi-blog-posts}
Plugin: Flexi Blog Posts Plugin, from version 1.0
Renders a table with blog posts which you can page through or sort.
Description
Creates a grid of blog posts where you can sort on or page through dynamically.
Usage
Parameters
| Name |
Required |
Default |
Description |
| Default (first) parameter | | 15 | Controls how many news items to display. |
| title | | | Lets you set the title of the grid. |
| time | | 365d | Lets you choose how far back to look for news items. For example, "time=12h" would show you those items made in the last twelve hours, and "time=7d" would show items made in the last week. |
| spaces | | @all | Lets you specify a list of spaces that the posts will come from. If not specified, the current space is used. If specified as spaces=@all then it will include items from all spaces. |
| labels | | | Lets you specify a list of labels that will be used to filter the blog posts that are returned. By default, blog posts that match any of the specified labels are returned. To return the blog posts that match all of the specified labels, add match-labels=all as a parameter. |
| columns | | title, author, date-posted, labels | Lets you choose the columns to display by default. Columns are specified using a comma separated list composed of any number of these: title, author, date-posted, labels. By default, all columns are shown. |
| resultsPerPage | | 15 | Lets you define the number of results to show per page. |
| width | | 512 | Lets you define the initial width of the rendered macro |
| height | | 384 | Lets you define the initial height of the rendered macro. |
| compact | | false | Show author and date posted beneath the title in title cells. This allows for compact display. |
| columnWidths | | 36,21,14,29 | Let you define the widths of each column (in integral percentages of the total grid width) in a comma separated list. |