Ordering Wordpress posts by most recent comment
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2009-03-30T18:25:27Z
Indexed on
2010/05/01
3:57 UTC
Read the original article
Hit count: 319
I'm wanting to order Wordpress posts by the most recent comment. To the best of my knowledge this isn't possible using the WP_Query object, and would require a custom $wpdb query, which I can easily write. However, I then don't know how to setup the loop to run off this object.
Can anyone help?
© Stack Overflow or respective owner