'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' => ''
)
);
register_sidebar(
array(
'id' => 'right',
'name' => __( 'Right' ),
'description' => __( 'The Right Sidebar.' ),
'before_widget' => '',
'after_widget' => '
',
'before_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-">