monthchunks\n"; // get an array of the years in which there are posts $wpdb->query("SELECT DATE_FORMAT(post_date, '%Y') as post_year FROM wp_posts GROUP BY post_year ORDER BY post_year DESC"); $years = $wpdb->get_col(); // begin unordered list // each list item will be the year and the months which have blog posts print "\n\n"; } ?>