]> sipb.mit.edu Git - ikiwiki.git/blob - doc/tips/comments_feed.mdwn
prep release
[ikiwiki.git] / doc / tips / comments_feed.mdwn
1 You've enabled the [[plugins/comments]] plugin, so a set of pages on your
2 blog can have comments added to them. Pages with comments even have special
3 feeds that can be used to subscribe to those comments. But you'd like to
4 add a feed that contains all the comments posted to any page. Here's how:
5
6         \[[!inline pages="comment(*)" template=comment]]
7
8 The special [[ikiwiki/PageSpec]] matches all comments. The
9 [[template|templates]] causes the comments to be displayed formatted
10 nicely.
11
12 ---
13
14 It's also possible to make a feed of comments that are held pending
15 moderation.
16
17         \[[!inline pages="comment_pending(*)" template=comment]]