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