From 83abc7aeee3f1963e57c5a18610d160e1fb12123 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 28 Nov 2009 00:38:44 -0800 Subject: [PATCH] fix for links page showing the menubar, moved the pw ad space in blog and the blog sidebar to under comic blog post on the index page Signed-off-by: Philip M. Hofer (Frumph) --- comicpress-config.php | 6 +++--- index.php | 22 +++++++++++----------- links.php | 4 +++- style.css | 1 + 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/comicpress-config.php b/comicpress-config.php index 9fbbd05..09b1b10 100644 --- a/comicpress-config.php +++ b/comicpress-config.php @@ -1,10 +1,10 @@ +?> \ No newline at end of file diff --git a/index.php b/index.php index b5f5a88..93a8c12 100644 --- a/index.php +++ b/index.php @@ -48,17 +48,7 @@
- -
-
- -
-
- + have_posts()) : $comicFrontpage->the_post(); display_comic_post(); $comicFrontPage->is_single = true; @@ -66,6 +56,16 @@ if (!$comicpress_options['disable_comic_frontpage'] && !$comicpress_options['dis endwhile; ?> + +
+
+ +
+
+ + + +
diff --git a/links.php b/links.php index c0c9df0..bc44f8b 100644 --- a/links.php +++ b/links.php @@ -7,7 +7,9 @@ Template Name: Links term_id; + $bookmarks = wp_list_bookmarks('echo=0&categorize=1&exclude_category='.$linkcatid); $bookmarks = preg_replace('#
  • ]*)>#', '
  • ', $bookmarks); $bookmarks = preg_replace('#
      ]*)>#', '
        ', $bookmarks); ?> diff --git a/style.css b/style.css index f64fbf0..5148486 100644 --- a/style.css +++ b/style.css @@ -229,6 +229,7 @@ h3, h3 a { } #menu { + text-transform: capitalize; padding: 0; margin: 0; list-style: none;