Code:
/** @var \XF\Repository\Thread $threadRepo */
$threadRepo = \XF::app()->repository('XF:Thread');
$threadFinder = $threadRepo->findThreadsWithLatestPosts();
dump($threadFinder);
Next, you can do a loop to pull the threads...
You do not have permission to view the full content of this resource.
Log in or register now.