Files
ycb.vn/front-page.php
T
Thuan Bui 6e8e13ab0f fix
2017-10-15 10:42:18 -04:00

20 lines
537 B
PHP

<?php
/**
* Business Pro.
*
* This file adds the front page to the Business Pro Theme.
*
* @package Business Pro
* @author SeoThemes
* @license GPL-2.0+
* @link https://seothemes.com/themes/business-pro/
*/
get_template_part( 'template', 'full' );
// Remove default page header
remove_action( 'genesis_after_header', 'business_page_header_open', 20 );
remove_action( 'genesis_after_header', 'business_page_header_title', 24 );
remove_action( 'genesis_after_header', 'business_page_header_close', 28 );