__('Primary Menu','business')
));
add_theme_support('custom-logo');
add_theme_support('post-thumbnails');
add_theme_support( 'title-tag' );
add_theme_support( 'automatic-feed-links' );
add_theme_support( 'html5', array(
'search-form',
'comment-form',
'comment-list',
'gallery',
'caption',
) );
add_theme_support( 'custom-background', apply_filters( 'business_custom_background_args', array(
'default-color' => 'ffffff',
'default-image' => '',
) ) );
}
add_action('after_setup_theme','business_theme_setup');
function underscore_content_width() {
// This variable is intended to be overruled from themes.
// Open WPCS issue: {@link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043}.
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
$GLOBALS['content_width'] = apply_filters( 'underscore_content_width', 640 );
}
add_action( 'after_setup_theme', 'underscore_content_width', 0 );
//widget Location
function init_widgets($id){
register_sidebar(array(
'name' => 'Content-region1',
'id' => 'content-region1',
'before_widget' =>'