- By on
+ By on
+
diff --git a/comicpress-options-config.php b/comicpress-options-config.php index 201759e..f7eda12 100644 --- a/comicpress-options-config.php +++ b/comicpress-options-config.php @@ -254,6 +254,21 @@ $options = array ( "default" => "no", "type" => "comicpress-blogposts_with_comic"), + array( + "id" => "comicpress-split_column_in_two", + "default" => "no", + "type" => "comicpress-split_column_in_two"), + + array( + "id" => "comicpress-author_column_one", + "default" => "1", + "type" => "comicpress-author_column_one"), + + array( + "id" => "comicpress-author_column_two", + "default" => "1", + "type" => "comicpress-author_column_two"), + array("type" => "close") ); ?> \ No newline at end of file diff --git a/functions.php b/functions.php index 282c2b5..ef5d0e0 100644 --- a/functions.php +++ b/functions.php @@ -16,7 +16,7 @@ if (function_exists('id_get_comment_number')) { remove_filter('comments_number','id_get_comment_number'); } -$comicpress_version = '2.8.1.16'; +$comicpress_version = '2.8.1.18'; // Remove the wptexturizer from changing the quotes and squotes. // remove_filter('the_content', 'wpautop'); @@ -102,7 +102,10 @@ if (get_option('upload_path') !== false) { 'excerpt_or_content_search' => 'excerpt_or_content_search', 'category_thumbnail_postcount' => 'category_thumbnail_postcount', 'members_post_category' => 'members_post_category', - 'blogposts_with_comic' => 'blogposts_with_comic' ) as $options => $variable_name) { + 'blogposts_with_comic' => 'blogposts_with_comic', + 'split_column_in_two' => 'split_column_in_two', + 'author_column_one' => 'author_column_one', + 'author_column_two' => 'author_column_two' ) as $options => $variable_name) { $variables_to_extract[$variable_name] = get_option("comicpress-${options}"); } diff --git a/functions/displayblogpost.php b/functions/displayblogpost.php index 0cf6943..97cf231 100644 --- a/functions/displayblogpost.php +++ b/functions/displayblogpost.php @@ -33,10 +33,11 @@ function display_blog_post() {
diff --git a/index.php b/index.php index cb97c2b..0ca7714 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@+ + + + | ++ + | +|
+ + | ++ | +|
+ + | ++ | +