diff --git a/functions.php b/functions.php index 5972e95..54c9c21 100644 --- a/functions.php +++ b/functions.php @@ -771,10 +771,16 @@ if ( function_exists('register_sidebar') ) { ) as $label) { register_sidebar(array( 'name'=> $label, - 'before_widget' => '
'."\r\n".'
'."\r\n".'
'."\r\n", - 'after_widget' => '
'."\r\n".'
'."\r\n".'
'."\r\n", - 'before_title' => '

'."\r\n", - 'after_title' => '

'."\r\n" + 'before_widget' => ' +
+
+', + 'after_widget' => ' +
+
+', + 'before_title' => '

', + 'after_title' => '

' )); } } diff --git a/index.php b/index.php index 5f8e36f..2208cd9 100644 --- a/index.php +++ b/index.php @@ -9,7 +9,6 @@ if (have_posts()) { while (have_posts()) : the_post(); comicpress_display_post(); - comments_template(); endwhile; } Restore(); @@ -26,7 +25,7 @@
-