July 26, 2009
Wordpress Charted Archives Plugin
His thought process -as he wrote in ‘Now With Navigation and Charted Archives‘- was that someone new to the site could see the graph and very easily get a feel for the frequency of his posting and I liked it a lot. I have seen similar features before, but not linked to the archives nor executed as beautifully as his. This is why I decided to make it a plugin.
I’ve got it live in my sidebar now, but as it may not be there for ever, this is how it looks.
If you like it just download the plugin. Install the plugin and you can use it in three ways:
- As a widget: go to Themes > Widgets to add the widget to your sidebar. Add the number of months to display in the widget properties, it defaults to zeven.
- As a php tag in a template: <?php Charted_Archives($number_of_months_to_show) ?>
- Or use a shortcode in a page. [chartedarchive months=”12″] (where 12 can be any number of months).
Update 2: I added a shortcode for easier use in pages.