__( 'Primary Menu', 'boxy' ), ) ); // Setup the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'boxy_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); // Enable support for Post Formats. add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link' ) ); // Add theme support for Semantic Markup $markup = array( 'search-form', 'comment-form', 'comment-list', ); add_theme_support( 'html5', $markup ); } endif; // boxy_setup add_action( 'after_setup_theme', 'boxy_setup' ); /** * Defining constants to use through out theme code */ require_once get_template_directory() . '/includes/constants.php'; /** * Include all includes. Genius */ require_once BOXY_INCLUDES_DIR. '/all.php'; /* JigoShop Support */ require_once( BOXY_INCLUDES_DIR . '/jigoshop.php' );