__( 'Primary Menu', 'brawny' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); /* * Enable support for Post Formats. * See http://codex.wordpress.org/Post_Formats */ add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', ) ); /* * 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' ); } endif; // brawny_setup add_action( 'after_setup_theme', 'brawny_setup' ); /** * Defining constants to use through out theme code */ require_once get_template_directory() . '/includes/constants.php'; /** * Include all includes. Genius */ require_once BRAWNY_INCLUDES_DIR . '/all.php';