Create simple columned archive page
The best way is to make a SQL query to the database and get the results like the wp_get_archives() does but now you can manipulate the results as you wish. In your case I would do something like this I added some comments to help you understand the process. function get_archives_lists() { global $wpdb, $wp_locale; … Read more