Log.antiflux.org
From Antiflux Wiki
(Difference between revisions)
m |
|||
Line 2: | Line 2: | ||
- | == List | + | == List Comments == |
To display a list of recent comments, add something like this to your templates. | To display a list of recent comments, add something like this to your templates. |
Revision as of 01:44, 30 January 2005
Use this page to post useful tips for log.antiflux.org users. For more information, be sure to check the Movable Type user manual.
List Comments
To display a list of recent comments, add something like this to your templates.
<MTComments lastn="5" sort_order="descend"> <MTCommentEntry> <a href="<$MTEntryLink$>#<$MTCommentID$>"> <$MTCommentAuthor$> on <$MTEntryTitle$></a><br /> </MTCommentEntry> </MTComments>
Search
To add a search box that lets visitors search your weblog, add something like this to your templates.
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>"> <input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" /> <label for="search" accesskey="4">Search this site:</label><br /> <input id="search" name="search" size="20" /><br /> <input type="submit" value="Search" /> </form>