|
recently_pinged_on_Plugin
recently_pinged_on PluginA plugin for adding ''recently_pinged_on'' option to MTEntries container. Changes
OverviewThe default MTEntries container tag does not have a function listing up recent incoming TB pings, as opposed to recent incoming comments. This plugin adds "recently_pinged_on" option to MTEntries and allows you to list up recent incoming pings as like comments. Example<dl>
<MTEntries recently_pinged_on="10">
<dt><a href="<$MTEntryLink$>"><$MTEntryTitle$></a></dt>
<MTPings lastn="5">
<dd><a href="<$MTPingURL$>" rel="nofollow"><$MTPingBlogName$>: <$MTPingTitle$></a></dd>
</MTPings>
</MTEntries>
</dl>See AlsoLicenseThis code is released under the Artistic License. The terms of the Artistic License are described at http://www.perl.com/language/misc/Artistic.html. Author & CopyrightCopyright 2005, Hirotaka Ogawa (hirotaka.ogawa at gmail.com) |
► Sign in to add a comment