'
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', )); /* * @uses add_theme_support() To add support for post thumbnails and automatic feed links. */ function BlueArea_setup() { // Post Format support. You can also use the legacy "gallery" or "asides" (note the plural) categories. add_editor_style(); // This theme uses post thumbnails add_theme_support( 'post-thumbnails' ); // Add default posts and comments RSS feed links to head add_theme_support( 'automatic-feed-links' ); add_custom_background(); add_custom_image_header('', 'BlueArea_admin_header_style'); set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true ); } if ( ! isset( $content_width ) ) $content_width = 665; if(!function_exists( 'BlueArea_register_menus' )) { function BlueArea_register_menus() { if (function_exists( 'register_nav_menu' )) { register_nav_menu( 'BlueArea-main-menu', 'Main Menu'); } } } if(!function_exists( 'BlueArea_default_menu' )) { function BlueArea_default_menu() { if (get_option( 'page_on_front' ) == 0): echo ''; else: echo ''; endif; } } function datestyle($dateStr){ $dateUct = strtotime($dateStr); echo '
    '.date('j',$dateUct).' '.date('M',$dateUct).'
    '.date('Y',$dateUct).'
    '.date('l',$dateUct).'
    '; } ?>