'fff', // Background image default //'default-image' => get_template_directory_uri() . '/images/body-bg.png' )); $args = array( 'width' => 1920, 'height' => 654, 'flex-height' => true, 'flex-width' => true, 'header-text' => false, 'default-image' => get_template_directory_uri() . '/images/slider-1.jpg', ); //custom header support add_theme_support('custom-header', $args); /* ----------------------------------------------------------------------------------- */ /* Auto Feed Links Support /*----------------------------------------------------------------------------------- */ add_theme_support('automatic-feed-links'); //Load languages file load_theme_textdomain('blcr', get_template_directory() . '/languages'); $locale = get_locale(); $locale_file = get_stylesheet_directory_uri() . "/languages/$locale.php"; if (is_readable($locale_file)) require_once($locale_file); // This theme styles the visual editor with editor-style.css to match the theme style. add_editor_style(); // activate support for thumbnails // added in 2.9 add_theme_support('menus'); set_post_thumbnail_size(216, 168, false); } add_action('after_setup_theme', 'blcr_setup'); /* ----------------------------------------------------------------------------------- */ /* Custom Menus Function /*----------------------------------------------------------------------------------- */ // Add CLASS attributes to the first