My favorites | Sign in
Project Logo
                
Search
for
Updated May 19, 2009 by hirotaka...@gmail.com
Labels: MT, Plugin
Locales: en, ja
recently_pinged_on_Plugin  
A plugin for adding "recently_pinged_on" option to MTEntries container.

recently_pinged_on Plugin

A plugin for adding ''recently_pinged_on'' option to MTEntries container.

Changes

Overview

The 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 Also

License

This 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 & Copyright

Copyright 2005, Hirotaka Ogawa (hirotaka.ogawa at gmail.com)


Sign in to add a comment
Hosted by Google Code