'f4d0a8', 'border' => 'c2a380', 'text' => '453320', 'link' => '000000', 'url' => 'e50000' ); $content_width = 535; add_theme_support( 'print-style' ); //sidebar widgets if ( function_exists( 'register_sidebar' ) ) { register_sidebar( array( 'name' => __( 'Sidebar', 'koi' ), 'id' => 'sidebar-1', 'before_widget' => '
', 'before_title' => ''commententry', 'depth' => $depth, 'max_depth' => $args['max_depth']) ) ); ?>
__( 'Primary Navigation', 'koi' ), ) ); function koi_page_menu() { // fallback for primary navigation ?> '', 'default-text-color' => '6c5c46', 'width' => 980, 'height' => 200, 'wp-head-callback' => 'koi_header_style', 'admin-head-callback' => 'koi_admin_header_style', ) ) ); } add_action( 'after_setup_theme', 'koi_custom_header_setup' ); // Styles for the admin header image function koi_admin_header_style() { ?> tag based on what is being viewed. * * @since Koi 1.1 */ function koi_wp_title( $title, $sep ) { global $page, $paged; if ( is_feed() ) return $title; // Add the blog name $title .= get_bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) $title .= " $sep $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) $title .= " $sep " . sprintf( __( 'Page %s', 'koi' ), max( $paged, $page ) ); return $title; } add_filter( 'wp_title', 'koi_wp_title', 10, 2 ); // Load theme options require_once( dirname( __FILE__ ) . '/inc/theme-options.php' );