'Custom Navigation Menu', 'sidebar_menu' => 'Super Sidebar Menu' ) ); } add_action( 'widgets_init', 'my_register_sidebars' ); function my_register_sidebars() { /* Register the 'primary' sidebar. */ register_sidebar( array( 'id' => 'left', 'name' => __( 'Left' ), 'description' => __( 'The Left Sidebar.' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ); register_sidebar( array( 'id' => 'right', 'name' => __( 'Right' ), 'description' => __( 'The Right Sidebar.' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ); /* Repeat register_sidebar() code for additional sidebars. */ } if(function_exists('add_theme_support')) { add_theme_support('automatic-feed-links'); //WP Auto Feed Links } if(function_exists('add_theme_support')) { add_theme_support('automatic-feed-links'); //WP Auto Feed Links } if ( ! function_exists( 'theme_comments' ) ) : function theme_comments( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case '' : ?>
  • id="li-comment-">
    says:', 'twentyten' ), sprintf( '%s', get_comment_author_link() ) ); ?>
    comment_approved == '0' ) : ?>
    $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>