WordPress Plugin to List Posts with Pingbacks and Trackbacks
thisismyurl.com/wp-content/uploads/2009/05/screenshot-1.jpg" rel="lightbox[roadtrip]">
The plugin allows you to select the number of links to show, control how they are shown and include a link to the third party websites (with or without nofollow links) as a thank you for linking to your articles.
I wrote the plugin for my new theme and use it here on thisismyurl as part of the new magazine style format.
Support forums are now online! If you have any questions, please visit http://forums.thisismyurl.com.






This rocks. You rock. Thank you for sharing and helping people out. I send you a virtual beer :)
Hi! It seems your plugin is what I am looking for. I would like it to be in one page instead of on the sidebar. Can you tell me how to add it to a post, so that all posts linking to my post will appear at the end of the page?
Thanks for your help!
Hi Serena,
That’s a little tricky but if you know anything about editing your themes you could easily do it by editing your pages.php file and adding this code directly below the the_content(); tag:
if (is_page(1)) {ListPostsWithPingbacksandTrackbacks();}
Set the number “1″ to the specific page you’d like this to appear on, that way when the page is loaded it’ll run the plugin.