From a8665bcb7c9435cc2fc2fe7982ff9bb5215ccdd6 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Tue, 17 Nov 2009 08:37:03 -0800 Subject: [PATCH] Okay I lied, it's back. Working on making the page-image header code look nice. - Phil Signed-off-by: Philip M. Hofer (Frumph) --- 404.php | 6 +++--- archive-comic-month.php | 2 +- archive.php | 6 +++--- comicpress-options-config.php | 5 +++++ functions.php | 6 ++---- functions/displayblogpost.php | 9 +++++++++ functions/displaycomicpost.php | 6 ++++++ options/generaloptions.php | 14 ++++++++++++++ style.css | 35 ++++++++++++++++++++++++++++++++++ 9 files changed, 78 insertions(+), 11 deletions(-) diff --git a/404.php b/404.php index 7f37159..1767a93 100644 --- a/404.php +++ b/404.php @@ -4,14 +4,14 @@
-

+ +

+

- - \ No newline at end of file diff --git a/archive-comic-month.php b/archive-comic-month.php index 8e67b50..bc32940 100644 --- a/archive-comic-month.php +++ b/archive-comic-month.php @@ -10,8 +10,8 @@ Template Name: Month at a glance
+

-

diff --git a/archive.php b/archive.php index 889b807..d394ac0 100644 --- a/archive.php +++ b/archive.php @@ -51,7 +51,7 @@
- <?php the_title() ?> + <?php the_title() ?>
@@ -84,8 +84,8 @@
-
- <?php the_title() ?> +
+ <?php the_title() ?>
diff --git a/comicpress-options-config.php b/comicpress-options-config.php index a591e29..00d893b 100644 --- a/comicpress-options-config.php +++ b/comicpress-options-config.php @@ -284,6 +284,11 @@ $options = array ( "default" => "no", "type" => "comicpress-disable_blogheader"), + array( + "id" => "comicpress-disable_page_titles", + "default" => "no", + "type" => "comicpress-disable_page_titles"), + array("type" => "close") ); ?> \ No newline at end of file diff --git a/functions.php b/functions.php index a5fa740..814b74a 100644 --- a/functions.php +++ b/functions.php @@ -1,13 +1,10 @@ 'author_column_two', 'remove_wptexturize' => 'remove_wptexturize', 'disable_default_menubar' => 'disable_default_menubar', - 'disable_blogheader' => 'disable_blogheader' ) as $options => $variable_name) { + 'disable_blogheader' => 'disable_blogheader', + 'disable_page_titles' => 'disable_page_titles' ) as $options => $variable_name) { $variables_to_extract[$variable_name] = get_option("comicpress-${options}"); } diff --git a/functions/displayblogpost.php b/functions/displayblogpost.php index e54d526..0e9563a 100644 --- a/functions/displayblogpost.php +++ b/functions/displayblogpost.php @@ -8,6 +8,15 @@ function display_blog_post() { global $post, $wp_query, $authordata, $enable_related_posts, $enable_post_author_gravatar, $enable_post_calendar, $disable_categories_in_posts, $disable_tags_in_posts; ?> + +
+ +
+ +
diff --git a/functions/displaycomicpost.php b/functions/displaycomicpost.php index 2dd88d8..881c257 100644 --- a/functions/displaycomicpost.php +++ b/functions/displaycomicpost.php @@ -10,6 +10,12 @@ function display_comic_post() { global $post, $wp_query, $authordata, $enable_related_comics, $enable_comic_post_author_gravatar, $enable_comic_post_calendar, $disable_categories_in_posts, $disable_tags_in_posts; $first_comic = get_first_comic_permalink(); $last_comic = get_last_comic_permalink(); ?> +
diff --git a/options/generaloptions.php b/options/generaloptions.php index 376eb82..456567c 100644 --- a/options/generaloptions.php +++ b/options/generaloptions.php @@ -89,6 +89,20 @@ + + +
+ + +    +
+ + + + + + diff --git a/style.css b/style.css index 3409daf..1b78a7d 100644 --- a/style.css +++ b/style.css @@ -345,6 +345,41 @@ h3, h3 a { /* NAVIGATION */ +.nav,.blognav { + float: right; + font-size: 12px; + font-weight: bold; + padding: 5px 0; +} + + .nav-first{ + float: left; + } + + .nav-previous { + float: left; + } + + .nav-previous a { + padding-left: 10px; + } + + .nav-next { + float: left; + } + + .nav-next a { + padding-left: 10px; + } + + .nav-last { + float: left; + } + + .nav-last a { + padding-left: 10px; + } + .pagenav, .commentnav { height: 25px; color: #000;