'ffffff', 'text' => '4b5d67', 'link' => '7f1d1d', 'border' => 'e7eef6', 'url' => '526a74', ); add_theme_support( 'print-style' ); function ocean_mist_body_classes( $classes ) { // Remove body classes that conflict with legacy CSS $classes = array_merge( array_diff( $classes, array( 'archive', 'page' ) ) ); return $classes; } add_filter( 'body_class', 'ocean_mist_body_classes' ); register_sidebar( array( 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); add_theme_support( 'automatic-feed-links' ); function widget_oceanmist_browse() { ?>

'%s/images/mainpic01.jpg', 'default-text-color' => '', 'width' => 736, 'height' => 229, 'header-text' => false, 'wp-head-callback' => 'oceanmist_header_style', 'admin-head-callback' => 'oceanmist_admin_header_style', ); add_theme_support( 'custom-header', apply_filters( 'oceanmist_custom_header_args', $oceanmist_custom_header_args ) ); add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( $oceanmist_custom_header_args['width'], $oceanmist_custom_header_args['height'], true ); } add_action( 'after_setup_theme', 'oceanmist_custom_header_setup' ); /** * Styles the header image displayed on the Appearance > Header admin panel. */ function oceanmist_admin_header_style() { ?>
  • id="comment-">

    at %3$s'), ''.get_comment_author_link().'', get_comment_date(), get_comment_time()); ?>

    $depth, 'max_depth' => $args['max_depth'], 'before' => '')) ?>

    comment_approved == '0') : ?>

    __( 'Primary Navigation' ), ) ); function oceanmist_page_menu() { // fallback for primary navigation ?> add_data( 'oceanmist-ie', 'conditional', 'IE 6' ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); } add_action( 'wp_enqueue_scripts', 'oceanmist_scripts' ); /** * Filters wp_title to print a neat tag based on what is being viewed. * * @since Ocean Mist 1.2 */ function oceanmist_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', 'oceanmist' ), max( $paged, $page ) ); return $title; } add_filter( 'wp_title', 'oceanmist_wp_title', 10, 2 );