File: /var/www/html/wp-content/themes/bch-consulting/config/theme-supports.php
<?php
/**
* BCH Consulting child theme.
*
* Theme supports.
*
* @package Genesis Sample
* @author StudioPress
* @license GPL-2.0-or-later
* @link https://my.studiopress.com/themes/genesis-sample/
*/
return [
'genesis-custom-logo' => [
'height' => 120,
'width' => 700,
'flex-height' => true,
'flex-width' => true,
],
'html5' => [
'caption',
'comment-form',
'comment-list',
'gallery',
'navigation-widgets',
'search-form',
'script',
'style',
],
'genesis-accessibility' => [
'drop-down-menu',
'headings',
'search-form',
'skip-links',
],
'genesis-after-entry-widget-area' => '',
'genesis-footer-widgets' => 3,
'genesis-menus' => [
'primary' => __( 'Header Menu', 'bch-consulting' ),
'secondary' => __( 'Footer Menu', 'bch-consulting' ),
'top' => __( 'Top Menu', 'bch-consulting' ),
],
];