From c69449745f7d52edac293bde5fc32bd6a4d37a9d Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Mon, 16 Nov 2009 19:10:41 -0800 Subject: [PATCH] has_image code that replaces the_title()'s on blog comic and page, will do the rest later Signed-off-by: Philip M. Hofer (Frumph) --- functions/displayblogpost.php | 19 +++++++++++-------- functions/displaycomicpost.php | 19 +++++++++++-------- page.php | 16 ++++++++++++---- style.css | 3 +++ 4 files changed, 37 insertions(+), 20 deletions(-) diff --git a/functions/displayblogpost.php b/functions/displayblogpost.php index 7e513eb..01c85db 100644 --- a/functions/displayblogpost.php +++ b/functions/displayblogpost.php @@ -20,13 +20,6 @@ function display_blog_post() {
- -
- -
- -
-

+ +
+ +
+ +

+ + +

+
diff --git a/functions/displaycomicpost.php b/functions/displaycomicpost.php index a85e8c9..5074f49 100644 --- a/functions/displaycomicpost.php +++ b/functions/displaycomicpost.php @@ -19,13 +19,6 @@ function display_comic_post() {
- -
- -
- -
@@ -37,7 +30,17 @@ function display_comic_post() {
-

+ +
+ +
+ +

+ + +

+
By on
  • ', multiple) ?>
diff --git a/page.php b/page.php index 233e621..7e03689 100644 --- a/page.php +++ b/page.php @@ -5,10 +5,18 @@
-
- -
-

+ +
+ +
+ +

+ + +

+ +
'
'.__('Pages:','comicpress').' ', 'after' => '
', 'next_or_number' => 'number')); ?> diff --git a/style.css b/style.css index 4d04456..6a94139 100644 --- a/style.css +++ b/style.css @@ -457,6 +457,9 @@ h3, h3 a { margin-bottom: 40px; } +.post-image, .post-comic-image, .post-page-image { +} + .post-info, .post-comic-info { padding-bottom: 5px; font-size: 10px;