'ffffff', ); add_theme_support('custom-background', $args); // Enable Featured Image add_theme_support('post-thumbnails'); add_image_size('beyond-expectations-small-thumbnail', 180, 120, true); add_image_size('beyond-expectations-large-thumbnail', 800, 200, true); // Enable Primary and Social Navigation for Beyond Expectations register_nav_menus(array( 'primary-navigation' => esc_html__('Primary Navigation', 'beyond-expectations'), 'social-navigation' => esc_html__('Social Navigation', 'beyond-expectations'), )); } add_action('after_setup_theme', 'beyond_expectations_theme_setup'); }