recent_articles
The recent_articles tag is a single tag which is used to produce a list of permanent links to recent articles by title.
attributes
section="unset"
category="unset"
sort="Posted desc"
limit="10" (integer)
no_widow="Whatever is set in Advanced Preferences" (boolean)
presentation
label="Recent Articles"
labeltag="unset"
break="br"
wraptag="unset"
class="recent_articles"
genealogy
Version 4.0.6
Labeled list of recent articles
<txp:recent_articles label="Latest and Greatest" limit="5" />
List of recent articles by category
<txp:recent_articles label="Latest" break="br" wraptag="p" category="code" sort="Section desc" />
Styled recent article list
<txp:recent_articles label="Recently" break="li" wraptag="ul" />
Styles could go this way
.recent_articles {
list-style-type:none;
}