Plugin: Recent Trackbacks Author: Mark Wu Release Date: 2007/04/06 Version: 20070406 This plugin offers the most recently article trackbacks (for regular templates and an RSS feed). Usage as follow: You can use: 1. $recenttrackbacks->isEnabled() to check the plugin is enabled or not. 2. $recenttrackbacks->getRecentTrackbacks() to get the recent trackbacks. 3. $recenttrackbacks->getRssFeedUrl() to get the URL to the recent trackbacks feed for the current blog Example: Add the following code to your template file: {if $recenttrackbacks->isEnabled()}

Recent Trackbacks

{assign var=trackbacks value=$recenttrackbacks->getRecentTrackbacks()} {/if}