Function printNewsArchive
Prints the monthy news archives sorted by year NOTE: This does only include news articles.
Package: plugins\zenpage
Author: Malte Müller (acrylian), Stephen Billard (sbillard)
Located at zp-extensions/zenpage/zenpage-template-functions.php
Author: Malte Müller (acrylian), Stephen Billard (sbillard)
Located at zp-extensions/zenpage/zenpage-template-functions.php
string |
$class = 'archive' |
optional class |
string |
$yearclass = 'year' |
optional class for "year" |
string |
$monthclass = 'month' |
optional class for "month" |
string |
$activeclass = "archive-active" |
optional class for the currently active archive |
boolean |
$yearsonly = false |
If set to true the archive only shows the years with total count (Default false) |
string |
$order = 'desc' |
'desc' (default) or 'asc' for descending or ascending |