Guys I'm dying to find an answer to this problem, I need the wp query to order by recent comments so I can output posts that have recently been commented on (I'm trying to get something like a Recent activity/What's new? thingy as in vBulletin forums). I already searched the whole internet and found a few solutions, but NONE of them actually work.. :-S
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
You can use the following code, which first gets the most recent comments, then using the post_ids associated with those comments, queries the database for those posts:
One issue to be aware of is that you will not always get 5 posts with this code. The |
|||
|
|