', - 'after_title' => '
', + 'name' => __( 'Sidebar', 'theme_text_domain' ), + 'id' => 'sidebar', + 'description' => 'Appears with Archives, Search Results, the Blog page template, and when viewing single posts.', + 'class' => 'sidebar', + 'before_widget' => '', + 'before_title' => ' ' && isset( $settings[ 'title' ] ) && empty( $settings[ 'title' ] ) ) + $params[0][ 'before_widget' ] .= ' '; - dynamic_sidebar( $sidebar ); - echo ''; - } ?> + if ( is_active_sidebar( $sidebar ) ) { + echo '';
+ dynamic_sidebar( $sidebar );
+ echo '
';
+ }
+ ?>
\ No newline at end of file
diff --git a/search.php b/search.php
index 27c0822..32d7eea 100755
--- a/search.php
+++ b/search.php
@@ -6,26 +6,9 @@
*/
get_header(); ?>
-search.php
-
-
-
-
@@ -53,25 +36,7 @@
-
-
-
-
-
-
-
+