description */ base_register_sidebars(array( "sidebar"=>__("Just a simple sidebar", WEBFISH_THEME_NAME.'-theme'), )); //register menus register_nav_menus( array( 'primary' => __('Main menu', WEBFISH_THEME_NAME.'-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 '' : ?>
  • id="li-comment-">
    says:', WEBFISH_THEME_NAME.'-theme' ), sprintf( '%s', get_comment_author_link() ) ); ?>
    comment_approved == '0' ) : ?>
    $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>