esc_html__( 'Primary Menu', 'artech' ), 'footer_menu' => esc_html__( 'Footer Menu', 'artech' ), ) ); /* * 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', ) ); add_theme_support('custom-logo'); /* * WooCommerce Plugin Support */ add_theme_support( 'woocommerce' ); // Gutenberg wide images. add_theme_support( 'align-wide' ); /* * This theme styles the visual editor to resemble the theme style, * specifically font, colors, icons, and column width. */ add_editor_style( array( 'assets/css/editor-style.css', artech_google_font() ) ); //Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'artech_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); } endif; add_action( 'after_setup_theme', 'artech_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. * * @global int $content_width */ function artech_content_width() { $GLOBALS['content_width'] = apply_filters( 'artech_content_width', 1170 ); } add_action( 'after_setup_theme', 'artech_content_width', 0 ); /** * All Styles & Scripts. */ require_once get_template_directory() . '/inc/enqueue.php'; /** * Nav Walker fo Bootstrap Dropdown Menu. */ require_once get_template_directory() . '/inc/class-wp-bootstrap-navwalker.php'; /** * Implement the Custom Header feature. */ require_once get_template_directory() . '/inc/custom-header.php'; /** * Called Breadcrumb */ require_once get_template_directory() . '/inc/breadcrumb/breadcrumb.php'; /** * Sidebar. */ require_once get_template_directory() . '/inc/sidebar/sidebar.php'; /** * Custom template tags for this theme. */ require_once get_template_directory() . '/inc/template-tags.php'; /** * Custom functions that act independently of the theme templates. */ require_once get_template_directory() . '/inc/extras.php'; /** * Customizer additions. */ require_once get_template_directory() . '/inc/artech-customizer.php'; require_once get_template_directory() . '/inc/dynamic_style.php'; /** * Customizer additions. */ require get_template_directory() . '/inc/customizer/customizer-repeater/functions.php'; /*wp block-styles*/ add_theme_support( 'wp-block-styles' ); /*register_block_pattern*/ function artech_register_block_patterns() { register_block_pattern( 'artech-pattern', // Unique pattern slug array(esc_html__( 'Primary Menu', 'artech' ), 'title' => esc_html__('Artech Pattern', 'artech' ), // Pattern title 'description' => esc_html__('A artech block pattern.', 'artech' ), // Pattern description 'content' => '

This is a artech block pattern.

', // Pattern content 'categories' => array( 'text' ), // artech category 'keywords' => array( 'artech-theme', 'artech' ), // Pattern keywords ) ); } add_action( 'init', 'artech_register_block_patterns' ); /* register block-styles*/ function artech_register_block_styles() { // Register a artech style for the paragraph block register_block_style( 'core/paragraph', // Block name array( 'name' => 'artech-style', // Unique style name 'label' => esc_html__('Artech Style', 'artech' ), // Style label 'inline_style' => '.wp-block-paragraph.artech-style { color: red; }', // CSS for the style ) ); // Register artech custom style for the paragraph block register_block_style( 'core/paragraph', // Block name array( 'name' => 'artech-custom-style', // Unique style name 'label' => esc_html__('Artech Custom Style', 'artech' ), // Style label 'inline_style' => '.wp-block-paragraph.artech-custom-style { font-size: 20px; }', // CSS for the style ) ); // You can register styles for other blocks in a similar manner } add_action( 'init', 'artech_register_block_styles' ); // Add support for responsive embeds add_theme_support( 'responsive-embeds' ); /** * Custom Comment List */ if( ! function_exists( 'artech_comments' ) ): function artech_comments($comment, $args, $depth) { ?>
  • id="li-comment-">