2.1 How to show the lastest commenter and discussion title on the sub-catgeory page?

Hi there, is there a way to show the latest discussion title and the user that commented on the discussion on the sub category page?
Tagged:
0
Comments
You can use the function
MostRecentString()
to get the latest discussion in a category.Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
Thanks again @kasperisager, but how would i implement that into the views/categories/subtree.php file?
@kasperisager Oh i found it and works great
<?php echo MostRecentString($Row); ?>Thanks