/** * SiteOrigin North functions and definitions. * * @package siteorigin-north * @license GPL 2.0 */ define( 'SITEORIGIN_THEME_VERSION', '1.7.6' ); define( 'SITEORIGIN_THEME_JS_PREFIX', '.min' ); define( 'SITEORIGIN_THEME_CSS_PREFIX', '.min' ); // The settings manager. include get_template_directory() . '/inc/settings/settings.php'; if ( ! function_exists( 'siteorigin_north_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function siteorigin_north_setup() { load_theme_textdomain( 'siteorigin-north', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded