get( 'Version' ) ); // Enqueue theme stylesheet. wp_enqueue_style( 'archeo-style' ); } endif; add_action( 'wp_enqueue_scripts', 'archeo_styles' ); // Add block patterns require get_template_directory() . '/inc/block-patterns.php';