Blog Calendar
This macro displays a calendar that links to blog posts released on the corresponding date. Users click on a calendar date and are redirected to blog posts released that day.
Usage
Storage Format
<ac:macro ac:name="blog-calendar">
<ac:parameter ac:name="parameter">value</ac:parameter>
</ac:macro>
Wiki Markup
{blog-calendar:parameter=value}
Parameter | Name | Description | Type | Default | Required |
---|---|---|---|---|---|
space | Space | The space whose posts should be shown | spacekey | ||
date | Date | The month which should be shown (@context/@today/@creation/@modified/MMyyy - default @context) | string | ||
flag | Flag | A list of flags, one of which must be defined for the content to be displayed | string | ||
notflag | Not Flag | A list of flags that must not be defined for the content to be displayed | string |
Example
To display the blog calendar for the space with key, AD.
<ac:macro ac:name="blog-calendar">
<ac:parameter ac:name="space">AD</ac:parameter>
</ac:macro>
{blog-calendar:space=AD}
Result
Add the code in the with-sidebar panel
to display in the left sidebar.