'#d3d3d3', 'default-image' => get_template_directory_uri() . '/images/background.png', ); add_theme_support( 'custom-background', $args ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /** * This theme supports add_editor_style */ add_editor_style(); } endif; // travelify_setup ?>