diff --git a/.gitignore b/.gitignore index 5236e1e..13b4d6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ *~ - +.directory diff --git a/archive-comic-calendar.php b/archive-comic-calendar.php index 514c571..f42af04 100644 --- a/archive-comic-calendar.php +++ b/archive-comic-calendar.php @@ -120,12 +120,11 @@ $month['12'] = array('month' => 'December', 'days' => '31');
- -

+ +

-
- -
+
+
| get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC"); diff --git a/archive-comic-storyline-thumbs.php b/archive-comic-storyline-thumbs.php index 97bce40..c5c0757 100644 --- a/archive-comic-storyline-thumbs.php +++ b/archive-comic-storyline-thumbs.php @@ -65,10 +65,12 @@ Template Name: Comic Storyline with Thumbs
-

-
- -
+ +
+

+ +
+
- -

- -
- -
+ +
+

+ +
+
| get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC");