>
Download This Plugin | |
Download Elegant Themes | |
Name | DeMomentSomTres Grid Archive |
Version | 1.1 |
Author | marcqueralt |
Rating | 0 |
Last updated | 2014-06-18 03:19:00 |
Downloads |
266
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
DeMomentSomTres Grid Archive plugin added 3 bytes of resources to the Home page and 18 bytes of resources to the sample Post page.
DeMomentSomTres Grid Archive plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! DeMomentSomTres Grid Archive plugin ads no tables to your Wordpress blog database.Displays archives in a month grid with post counts for each month, with yearly and grand totals, and shows titles and comment counts for all posts.
I used some years ago The French Archives but it wasn't mantained anymore so I decided to update it and to base it in shortcode.
Shows monthly post counts, year totals, and a grand total in a grid/table format, with links to month and year archives. Like this (see also the screenshot!):
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2010 2 4 2 21 4 2 3 38
2009 2 7 5 5 3 1 9 3 5 5 7 5 57
95
If posts all fall within one calendar year, the grand total won't be shown. (The trailing table row will remain.)
Call from content with the shortcode [DeMomentSomTres-Grid-Archive]
Two optional parameters:
$style = 'abbr'
$first_header = 'Monthly'
By default for $style
, will show month abbreviations (abbr
) in the header row, e.g. "Jan" and "Feb". Can also show first 'initial'
, e.g. "J" and "F", and 'numeric'
. (abbr
and initial
use `wp-config.php locale.)
You can change the first header row from the default of "Monthly", or remove it altogether by passing in an empty string.
It is based on Rob Marsh's "Compact Monthly Archive" (which was based on Justin Blanton's "Smart Archive"), and display a list of all posts, based on template code by Wessley Roche.