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 @@ - - - - /> - - - - -