'ffffff', 'border' => '000000', 'text' => '444444', 'link' => '000000', 'url' => '000000', ); if ( ! function_exists( 'retro_setup' ) ): /** * Sets up theme defaults and registers support for various WordPress features. */ function retro_setup() { /** * Add default posts and comments RSS feed links to head */ add_theme_support( 'automatic-feed-links' ); /** * Let WordPress manage the document title. */ add_theme_support( 'title-tag' ); /** * This theme uses wp_nav_menu() in one location. */ register_nav_menus( array( 'primary' => __( 'Desktop Menu', 'retro' ), ) ); /** * Add support for the Aside and Gallery Post Formats */ add_theme_support( 'post-formats', array( 'aside' ) ); /** * Add support for custom backgrounds */ add_theme_support( 'custom-background' ); /** * Add support for custom headers */ add_theme_support( 'custom-header', apply_filters( 'retro_custom_header_args', array( 'default-image' => '', 'default-text-color' => '', 'header-text' => false, 'width' => 758, 'height' => 180, 'wp-head-callback' => '', 'admin-head-callback' => 'retro_admin_header_style', ) ) ); add_theme_support( 'print-style' ); load_theme_textdomain( 'retro', get_template_directory() . '/languages' ); } endif; // retro_setup /** * Tell WordPress to run retro_setup() when the 'after_setup_theme' hook is run. */ add_action( 'after_setup_theme', 'retro_setup' ); if ( ! function_exists( 'wp_body_open' ) ) : /** * Fire the wp_body_open action. * * Included for backward compatibility with WordPress versions prior to 5.2. */ function wp_body_open() { do_action( 'wp_body_open' ); } endif; /** * Styles the header image displayed on the Appearance > Header admin panel. */ function retro_admin_header_style() { ?> __( 'Footer Area One', 'retro' ), 'id' => 'sidebar-1', 'description' => __( 'An optional widget area for your site footer', 'retro' ), 'before_widget' => '", 'before_title' => '