__( 'Primary Navigation', 'magnificient' ), 'footer' => __( 'Footer Navigation', 'magnificient' ) )); // Add custom background support add_theme_support( 'custom-background', array( 'default-image' => '', // background image default 'default-color' => 'ededed', // background color default (dont add the #) 'wp-head-callback' => '_custom_background_cb', 'admin-head-callback' => '', 'admin-preview-callback' => '' ) ); //Add custom width support if ( ! isset( $content_width ) ) { $content_width = 600; } //Add editor style $font_url = str_replace( ',', '%2C', '//fonts.googleapis.com/css?family=Lato:300,400,700' ); add_editor_style( $font_url ); //Title tag compatibility for older versions of WordPress add_theme_support( 'title-tag' ); } } add_action('after_setup_theme', 'magnificient_theme_support'); /* end magnificient theme support */ ?>