emiarikan
Member
Posted 3 years ago #
Hi
I was wondering if there is a hack or pluggin or simply a code I could put, where I get the name of the latest Comment Author on my blog page, like at http://www.kotaku.com, see how their comment link has the name of the latest commenter. I hope someone can help me out
emiarikan
Member
Posted 3 years ago #
jessestolen
Member
Posted 3 years ago #
I don't know sorry. But, you are asking a question I'd like to know the answer to.
This does it:
http://dev.wp-plugins.org/browser/comment-plugger/trunk/
I just tested this on my 2.0.4 blog. Put <?php mdv_comment_plugger('Last Commented By: ', 1) ?>, or whatever you want the parameters to be, before the end of the Loop and it will display the person who last commented on the entry. Does not work for trackbacks, so you may have 1 comment but no "Last Commented By" listed if it's a trackback.
jessestolen
Member
Posted 3 years ago #
hey thanks thats perfect!
Great. I'm hoping the author can mark this post "Resolved."