diff --git a/404.php b/404.php index c32d871..c6970ed 100644 --- a/404.php +++ b/404.php @@ -3,7 +3,7 @@
- +
diff --git a/functions.php b/functions.php index f39b673..9d9845a 100644 --- a/functions.php +++ b/functions.php @@ -3,23 +3,11 @@ // Load the NUTS Framework engine require_once "nuts/nuts.php"; - -// Set up the image sizes for the theme - -// This theme uses a custom image size for featured images, displayed on "standard" posts. -add_theme_support( 'post-thumbnails' ); -set_post_thumbnail_size( 700, 350, true, array( 'left', 'center' ) ); - -// Add extra image sizes -add_image_size( 'homepage-thumb', 220, 180, false ); - - - // Register sidebars $args = array( - 'name' => 'Right sidebar', + 'name' => __( 'Right sidebar', 'nuts' ), 'id' => 'right-sidebar', - 'description' => 'Sidebar displayed in the right column', + 'description' => __( 'Sidebar displayed in the right column', 'nuts' ), 'class' => 'right-sidebar', 'before_widget' => '', @@ -29,7 +17,7 @@ register_sidebar( $args ); $args = array( - 'name' => 'Footer sidebar #1', + 'name' => __( 'Footer sidebar #1', 'nuts' ), 'id' => 'footer-sidebar-1', 'class' => 'footer-sidebar', 'before_widget' => '