__( 'Primary Menu', 'blogo' ), 'social' => __( 'Social Links Menu', 'blogo' ), ) ); if ( ! isset( $content_width ) ) $content_width = 500; if ( version_compare( $wp_version, '4.1', '>=' ) ) { add_theme_support( "title-tag" ); } } endif; // twentyfifteen_setup add_action( 'after_setup_theme', 'blogo_setup' ); ?>