'ffffff', 'text' => '555555', 'link' => '557799', 'border' => 'dddddd', 'url' => 'b4c24b', ); $content_width = 480; if ( function_exists( 'register_sidebars' ) ) register_sidebars(1); add_theme_support( 'automatic-feed-links' ); // Custom background add_custom_background(); add_theme_support( 'print-style' ); function simpla_custom_background() { if ( '' != get_background_color() && '' == get_background_image() ) { ?> __( 'Header Navigation', 'simpla' ), 'secondary' => __( 'Footer Navigation', 'simpla' ), ) ); /** * Adds support for Custom Header Image. */ define( 'NO_HEADER_TEXT', true ); // The default header text color define( 'HEADER_TEXTCOLOR', '' ); // By leaving empty, we default to random image rotation define( 'HEADER_IMAGE', '' ); // The height and width of your custom header. define( 'HEADER_IMAGE_WIDTH', 750 ); define( 'HEADER_IMAGE_HEIGHT', 120 ); // Add support for Manifest header image. add_custom_image_header( '', 'simpla_admin_header_style' ); add_theme_support( 'custom-header', array( 'random-default' => false ) ); /** * Styles the header image displayed on the Appearance > Header admin panel. */ function simpla_admin_header_style() { ?>
  • id="comment-">
    Says:
    comment_approved == '0') : ?>
    'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    tag based on what is being viewed. * * @since Simpla 1.01 */ function simpla_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', 'simpla' ), max( $paged, $page ) ); return $title; } add_filter( 'wp_title', 'simpla_wp_title', 10, 2 ); function simpla_get_post_count() { static $post_count = 0; $post_count++; return $post_count; }