diff --git a/comicpress-options-config.php b/comicpress-options-config.php
index 76564ce..e1f3eb7 100644
--- a/comicpress-options-config.php
+++ b/comicpress-options-config.php
@@ -177,6 +177,11 @@ $options = array (
"default" => "no",
"type" => "comicpress-blogposts_with_comic"),
+ array(
+ "id" => "comicpress-static_blog",
+ "default" => "no",
+ "type" => "comicpress-static_blog"),
+
array(
"id" => "comicpress-disable_page_titles",
"default" => "no",
diff --git a/comicpress-options.php b/comicpress-options.php
index 7808135..ef08401 100644
--- a/comicpress-options.php
+++ b/comicpress-options.php
@@ -101,7 +101,7 @@ function comicpress_admin() {
src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1"
height="1">
- ComicPress 2.9 [ ]. Tyler Martin John Bintz Philip M. Hofer (Frumph) Danny Burleson.
+ ComicPress 2.9 [ ]. Tyler Martin John Bintz Philip M. Hofer (Frumph) Danny Burleson.
diff --git a/functions.php b/functions.php
index 528c405..7a4f77e 100644
--- a/functions.php
+++ b/functions.php
@@ -80,7 +80,6 @@ if (get_option('upload_path') !== false) {
'enable_related_posts' => 'enable_related_posts',
'comic_clicks_next' => 'comic_clicks_next',
'rascal_says' => 'rascal_says',
- 'disable_css_style_editor' => 'disable_css_style_editor',
'enable_post_calendar' => 'enable_post_calendar',
'enable_post_author_gravatar' => 'enable_post_author_gravatar',
'enable_comic_post_calendar' => 'enable_comic_post_calendar',
@@ -111,7 +110,8 @@ if (get_option('upload_path') !== false) {
'remove_wptexturize' => 'remove_wptexturize',
'disable_default_menubar' => 'disable_default_menubar',
'disable_blogheader' => 'disable_blogheader',
- 'disable_page_titles' => 'disable_page_titles' ) as $options => $variable_name) {
+ 'disable_page_titles' => 'disable_page_titles',
+ 'static_blog' => 'static_blog' ) as $options => $variable_name) {
$variables_to_extract[$variable_name] = get_option("comicpress-${options}");
}
diff --git a/options/postoptions.php b/options/postoptions.php
index f76ee48..eb4e50f 100644
--- a/options/postoptions.php
+++ b/options/postoptions.php
@@ -10,9 +10,7 @@
global $split_column_in_two, $author_column_one, $author_column_two;
foreach ($options as $value) {
switch ( $value['type'] ) {
-case "comicpress-transcript_in_posts": ?>
-
-
+ case "comicpress-transcript_in_posts": ?>