description */ base_register_sidebars(array( "sidebar1-index"=>__("Just a simple sidebar", 'webfish-theme'), "sidebar"=>__("Why not put some widgets in the footer", 'webfish-theme') )); //register menus register_nav_menus( array( 'primary' => __('Main menu', 'webfish-theme'), ) ); /* * Add some built in functionallity */ // This theme allows users to set a custom background add_custom_background(); //Wordpress wants to know the width of the page. if ( ! isset( $content_width ) ) $content_width = 630; /* * Add the appearance for a comment */ if ( ! function_exists( 'webfish_comment' ) ) : /** * Template for comments and pingbacks. * * Used as a callback by wp_list_comments() for displaying the comments. * */ function webfish_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case '' : ?>