Description: Add support for date-based taxonomy archives. Render an unordered list of years with months, linked to corresponding date-based taxonomy archive, nested therein.
Description: Add support for date-based taxonomy archives. Render an unordered list of years with months, linked to corresponding date-based taxonomy archive, nested therein.
Author: Erick Hitter
Author: Erick Hitter
Version: 0.2
Version: 0.3
Author URI: http://www.ethitter.com/
Author URI: http://www.ethitter.com/
This program is free software; you can redistribute it and/or modify
This program is free software; you can redistribute it and/or modify
...
@@ -23,6 +23,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -23,6 +23,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
classDate_Based_Taxonomy_Archives{
classDate_Based_Taxonomy_Archives{
/**
* Singleton
*/
privatestatic$__instance=null;
/**
/**
* Class variables
* Class variables
*/
*/
...
@@ -40,13 +45,34 @@ class Date_Based_Taxonomy_Archives {
...
@@ -40,13 +45,34 @@ class Date_Based_Taxonomy_Archives {