=== MarcTV Last Commented Posts === Contributors: MarcDK Tags: marctv, comments, recent comments, last commented post Requires at least: 3.0 Tested up to: 4.1 Stable tag: 1.5 License: GPLv2 == Description == Provides a new function that returns an unordered list of the last commented articles and their comments. == Installation == * Upload the plugin to your blog * Activate it. * Use this in your template files: ` ` For advanced usage use the first parameter for the number of posts and the second for custom classes. ` ` This function returns just an array of the post objects: ` ` == Changelog == = 1.5.1 = * Fixed empty ul element. = 1.5 = * Added query function to return just the post objects. * Added support for custom post types. = 1.4 = * Removed unapproved comments from the query. = 1.2 = * Added post thumb = 1.0 = * First version.