+ The last blog posts module displays lists of blog posts. There many parameters you can set to use this module to display a variety of different kinds of blog post lists.
|
** __sort_mode__
|
++ blog posts are naturally sorted by date, but they could be sorted by a variety of other data, such as author, or page hits, etc. @TODO - list a variety of example values here.
|
-** __user__ [user login]
|
+** __user__ [[user login] |
++ list blog posts by a particular user. set user to be the login name of the user who's posts you want to list.
|
** __blog_id__
|
++ list blog posts that have been assigned to a particular blog
|
** __group_id__
|
++ list blog posts authored by users in a particular group
|
-** __date_start_offset__ [hours]
|
+** __date_start_offset__ [[hours] |
++ lists posts published since the number of hours that has elapsed.
|
-** __status__ [draft]
|
+** __status__ [[draft] |
++ currently there is only one option for status: __draft__. When set to draft the module will display a list of the logged in user's draft blog posts. |