'ffffff', 'text' => '545454', 'link' => '003366', 'border' => 'ecf7fd', 'url' => '003949', ); $content_width = 565; // Make theme available for translation // Translations can be filed in the /languages/ directory load_theme_textdomain( 'iceburgg', get_template_directory() . '/languages' ); add_theme_support( 'automatic-feed-links' ); if ( function_exists('register_sidebars') ) register_sidebars(3); function iceburgg_custom_background() { if ( '' != get_background_color() && '' == get_background_image() ) { ?> __( 'Primary Navigation', 'iceburgg' ) ) ); // Fallback for primary navigation function iceburgg_page_menu() { ?> comment_type)) return $trackbacktxt; elseif (preg_match('|pingback|', $comment->comment_type)) return $pingbacktxt; else return $commenttxt; } function iceburgg_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; extract($args, EXTR_SKIP); ?>
  • id="comment-">
    comment_approved == '0') : ?>
    'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
    tag based on what is being viewed. * * @since Iceburgg 1.1 */ function iceburgg_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', 'iceburgg' ), max( $paged, $page ) ); return $title; } add_filter( 'wp_title', 'iceburgg_wp_title', 10, 2 ); /** * Implement the Custom Header feature */ require( get_template_directory() . '/inc/custom-header.php' );