diff --git a/archive-comic-calendar.php b/archive-comic-calendar.php index 612f732..130f416 100644 --- a/archive-comic-calendar.php +++ b/archive-comic-calendar.php @@ -71,15 +71,32 @@ $month['12'] = array('month' => __('December','comicpress'), 'days' => '31');
- + +
+ +
+
-

+ +

+
+
+ ', '

') ?> +
+
+
+ +
+
+
| get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC"); foreach ( $years as $year ) { @@ -156,11 +173,9 @@ foreach ( $years as $year ) {

- ', '

') ?>
- comment_status) { comments_template('', true); } ?> diff --git a/archive-comic-month.php b/archive-comic-month.php index e3691dd..d54497c 100644 --- a/archive-comic-month.php +++ b/archive-comic-month.php @@ -10,14 +10,16 @@ Template Name: This Month of Comics
-
+
-

+ +

+
diff --git a/archive-comic-storyline-thumbs.php b/archive-comic-storyline-thumbs.php index 97eb3af..8f3bf1a 100644 --- a/archive-comic-storyline-thumbs.php +++ b/archive-comic-storyline-thumbs.php @@ -6,24 +6,35 @@ Template Name: Comic Storyline with Thumbs + +
+ +
+ +
+
- - -
- -
- -

- +
+ ', '

') ?> +
+
+
+ + + +
+
+
+comment_status) { comments_template('', true); } ?> + \ No newline at end of file diff --git a/archive-comic-storyline.php b/archive-comic-storyline.php index 72e66d3..dee5759 100644 --- a/archive-comic-storyline.php +++ b/archive-comic-storyline.php @@ -6,24 +6,35 @@ Template Name: Comic Storyline Archive + +
+ +
+ +
+
- - -
- -
- -

- +
+ ', '

') ?> +
+
+
+ + + +
+
+
+comment_status) { comments_template('', true); } ?> + \ No newline at end of file diff --git a/archive-comic-year.php b/archive-comic-year.php index da0b1b2..34866bf 100644 --- a/archive-comic-year.php +++ b/archive-comic-year.php @@ -17,26 +17,35 @@ if (isset($_REQUEST['archive_year'])) { if (empty($archive_year) || $archive_year == '') $archive_year = date('Y'); ?> + +
+ +
+ +
+
- - -
- -
- - -

+


', '

') ?> - +
+
+
+ + + +
+
+
| get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date ASC"); foreach ( $years as $year ) { @@ -51,12 +60,12 @@ if (empty($archive_year) || $archive_year == '') $archive_year = date('Y'); -
-
+comment_status) { comments_template('', true); } ?> + \ No newline at end of file diff --git a/archive-comic.php b/archive-comic.php index 27e6694..ffacb63 100644 --- a/archive-comic.php +++ b/archive-comic.php @@ -5,43 +5,56 @@ Template Name: Comic Archive ?> - + + +
+ +
+ +
+
- - -
- -
- -

- - - get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date DESC"); - foreach ( $years as $year ) { - if ($year != (0) ) { ?> -

- - query('showposts=10000&cat='.get_all_comic_categories_as_cat_string().'&year='.$year); - while ($comicArchive->have_posts()) : $comicArchive->the_post() ?> - - -
- - ', '

') ?>
+ ', '

') ?>
+ + +get_col("SELECT DISTINCT YEAR(post_date) FROM $wpdb->posts WHERE post_status = 'publish' ORDER BY post_date DESC"); +foreach ( $years as $year ) { + if ($year != (0) ) { +?> +
+
+
+

+ + query('showposts=10000&cat='.get_all_comic_categories_as_cat_string().'&year='.$year); + while ($comicArchive->have_posts()) : $comicArchive->the_post() ?> + + +
+
+
+
+
+ + +comment_status) { comments_template('', true); } ?> \ No newline at end of file diff --git a/archive.php b/archive.php index 826f9bc..bf15b9c 100644 --- a/archive.php +++ b/archive.php @@ -39,13 +39,20 @@
+
+ + - +
+
+
+ + - +
@@ -53,7 +60,7 @@ <?php the_title() ?>
- +
@@ -131,6 +138,16 @@ + + + +
+
+
+
+ + +
@@ -139,6 +156,7 @@

+
diff --git a/archives.php b/archives.php index 01a2ee2..32e108d 100644 --- a/archives.php +++ b/archives.php @@ -5,20 +5,58 @@ Template Name: Archives ?> - -
-
-
-
-

-
-

-
-
-
+ + + +
+ +
+
-
+ +
+
+ +

+ +
+
+
+ ', '

') ?> +
+
+
+ + + +
+
+
+
+

+
+
+
+
+
+
+ +
+
+
+
+

+
+
+
+
+
+
+ +comment_status) { comments_template('', true); } ?> \ No newline at end of file diff --git a/buystrip.php b/buystrip.php index 26753c0..102a6f2 100644 --- a/buystrip.php +++ b/buystrip.php @@ -11,23 +11,14 @@ Template Version: 2.14 - - - +
-
-
- <?php _e('Powered by Paypal','comicpress'); ?>
-
- -
- -
- -

@@ -96,27 +87,42 @@ Template Version: 2.14
-
+
- - + + + + +
-
-
-

-
- - '

'.__('Pages:','comicpress').' ', 'after' => '

', 'next_or_number' => 'number')) ?> -
+ +
+ +
+ +
+
+ +

+ +
+ +

- ', '

') ?> -
-
+ ', '

') ?> +
+
- - + + + + comment_status) { comments_template('', true); } ?> + + diff --git a/comicpress-config.php.dist b/comicpress-config.php.dist index 3f92110..972c717 100644 --- a/comicpress-config.php.dist +++ b/comicpress-config.php.dist @@ -25,7 +25,7 @@ $rss_comic_width = "600"; $blog_postcount = "3"; //Mini Comic Width - The width your comics will appear in minithumbs (default "100") -$mini_comic_width = "200"; +$mini_comic_width = "80"; //Minithumb Comic Folder - The folder for your your mini thumbs (default "comics-mini") $mini_comic_folder = "comics-mini"; diff --git a/links.php b/links.php index 9b9d9a8..9c34ee2 100644 --- a/links.php +++ b/links.php @@ -6,43 +6,52 @@ Template Name: Links - term_id; - $bookmarks = wp_list_bookmarks('echo=0&categorize=1&exclude_category='.$linkcatid); - $bookmarks = preg_replace('#
  • ]*)>#', '
  • ', $bookmarks); - $bookmarks = preg_replace('#
      ]*)>#', '
        ', $bookmarks); - ?> - - -
        -
        -
        - -
        - -
        - - - -

        - -
        - + + +
        + +
        +
        -
        - ', '

        ') ?> -
        -
          - -
        -
        -
        + +
        +
        + +

        + +
        +
        -
        +
        + ', '

        ') ?>
        - +
        +
        + + + +term_id; +$bookmarks = wp_list_bookmarks('echo=0&categorize=1&exclude_category='.$linkcatid); +$bookmarks = preg_replace('#
      • ]*)>#', '
      • ', $bookmarks); +$bookmarks = preg_replace('#
          ]*)>#', '
            ', $bookmarks); +?> + +
            +
            +
            +
            +
              + +
            +
            +
            +
            +
            +
            diff --git a/page.php b/page.php index 47f1115..46633d9 100644 --- a/page.php +++ b/page.php @@ -1,33 +1,35 @@ - -
            -
            -
            - -
            - -
            - - - -

            - -
            - - '
            '.__('Pages:','comicpress').' ', 'after' => '
            ', 'next_or_number' => 'number')); ?> + + +
            + +
            +
            - ', '

            ') ?> -
            + +
            +
            + +

            + +
            +
            -
            +
            + '
            '.__('Pages:','comicpress').' ', 'after' => '
            ', 'next_or_number' => 'number')); ?> +
            + ', '

            ') ?>
            - comment_status) { - comments_template('', true); - } ?> - +
            +
            + + + +comment_status) { comments_template('', true); } ?> diff --git a/search-transcript.php b/search-transcript.php index d189845..2dc7a7a 100644 --- a/search-transcript.php +++ b/search-transcript.php @@ -7,9 +7,16 @@ $tmp_search = new WP_Query($query_string.'&order=desc&show_posts=-1&posts_per_pa $count = $tmp_search->post_count; ?> -

            + +
            +
            +
            +

            - +
            +
            + + diff --git a/search.php b/search.php index 1fcd10f..b3c8023 100644 --- a/search.php +++ b/search.php @@ -8,12 +8,16 @@ ?> - +
            +
            +

            - - - +
            + + diff --git a/style.css b/style.css index 00a93ee..5830af8 100644 --- a/style.css +++ b/style.css @@ -125,8 +125,9 @@ h2, h2 a { h2.pagetitle, h2.pagetitle a { padding: 0 0 5px 0; margin-top: 10px; - font-size: 32px; + font-size: 28px; letter-spacing: -2px; + font-weight: 500; clear: both; }