aspx:RecentArticlePosts
This component displays the recent article posts across all Article Types a user has access to within an Active Page:
<aspx:RecentArticlePosts runat='server' />
Properties
|
| Property | Description |
|---|
| MaxSummaryWords | The post's summary is limited to 380 characters. Sometimes it may be too long for the layout, but use this attribute to limit the maximum number of words that can be displayed. |
| Size | The number of recent articles is shown, a number between 1 and 20, default is: 10. |
| ShowComments | True/false, whether the component should display a number of comments or not. Default: false. |
| ShowRating | True/false, whether the component should display ratings of the post or not. Default: false. |
| ShowEnclosure | True/false, whether the component should display the post enclosure or not. Post enclosure can be a picture or video. Default: false. |
| ShowSummary | True/false, whether the component should display post's summary information or not. Default: true. |
| ShowDate | True/false, whether the component should display the date post was published on or not. Default: true. |