@@ -129,7 +129,7 @@ class Date_Based_Taxonomy_Archives {
...
@@ -129,7 +129,7 @@ class Date_Based_Taxonomy_Archives {
$query="SELECT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM $wpdb->posts$join$where GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC $limit";
$query="SELECT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM $wpdb->posts$join$where GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC $limit";
//Generate cache key, check cache, query DB if necessary and cache results
//Generate cache key, check cache, query DB if necessary and cache results