From 1f7702ac6cdcab8bcc31acb8eae66478ba4134b4 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Mon, 18 Jan 2010 18:06:38 -0800 Subject: [PATCH] Random Comic on frontpage doesnt work too well, just removing it. Signed-off-by: Philip M. Hofer (Frumph) --- comicpress-options.php | 1 - functions.php | 1 - index.php | 9 ++------- layout-head.php | 6 +----- options/indexoptions.php | 9 --------- 5 files changed, 3 insertions(+), 23 deletions(-) diff --git a/comicpress-options.php b/comicpress-options.php index 9389d13..1fe86d8 100644 --- a/comicpress-options.php +++ b/comicpress-options.php @@ -80,7 +80,6 @@ function comicpress_admin() { 'disable_comic_blog_frontpage', 'disable_comic_blog_single', 'disable_blog_frontpage', - 'enable_random_comic_frontpage' ) as $key) { $comicpress_options[$key] = (bool)( $_REQUEST[$key] == 1 ? true : false ); } diff --git a/functions.php b/functions.php index 613daa4..32fbae7 100644 --- a/functions.php +++ b/functions.php @@ -144,7 +144,6 @@ function comicpress_load_options() { 'cp_theme_layout' => 'standard', 'transcript_in_posts' => false, 'enable_widgetarea_use_sidebar_css' => false, - 'enable_random_comic_frontpage' => false, 'enable_custom_image_header' => false, 'custom_image_header_width' => '980', diff --git a/index.php b/index.php index 27918b6..32449c9 100644 --- a/index.php +++ b/index.php @@ -3,13 +3,8 @@ is_archive = false; if (have_posts()) { comicpress_display_post(); diff --git a/layout-head.php b/layout-head.php index e8fd9d2..d3d69c7 100644 --- a/layout-head.php +++ b/layout-head.php @@ -22,11 +22,7 @@ - - - - /> - - - - -