__("Main Sidebar", "wud"), 'id' => 'sidebar', 'description' => 'Main Theme Sidebar', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ); register_sidebar($args); } add_action('widgets_init', 'add_sidebars'); function new_excerpt_more( $more ) { return '

Read More

'; } add_filter( 'excerpt_more', 'new_excerpt_more' ); function shamatha_add_editor_styles() { add_editor_style( 'custom-editor-style.css' ); } add_action( 'init', 'shamatha_add_editor_styles' ); ?>