'sidebar', 'name' => 'sidebar', 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ' )); } add_action( 'widgets_init', 'BlueArea_widgets_init'); 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' ); register_nav_menu( 'primary', 'Primary Menu' ); // Add default posts and comments RSS feed links to head add_theme_support( 'automatic-feed-links' ); } if ( ! isset( $content_width ) ) $content_width = 696; function datestyle($dateStr){ $dateUct = strtotime($dateStr); echo '
    '.date('j',$dateUct).' '.date('M',$dateUct).'
    '.date('Y',$dateUct).'
    '.date('l',$dateUct).'
    '; } ?>