History: module blog_last_comments
Source of version: 2 (current)
Copy to clipboard
! Module Newest Blog Post Comments This module displays the specified number of the blog post comments most recently added. !! Usage To use the __Newest Blog Post Comments__ module in a wiki page: {CODE()} {module module="blog_last_comments" title="Any title"} {CODE} where: {PLUGINMANAGER(module=blog_last_comments) /} !! Example In the below example we pass in a wiki page the module Newest Blog Post Comments through the plugin module. So, this code: {CODE()} {module module="blog_last_comments" title="Latest comments"} {CODE} Produces on this site: {module module="blog_last_comments" title="Latest comments"} !! Related Pages {include page="Module and Plugin Includes" start="startinclude1a" stop="stopinclude1a"}