Files
ycb.vn/front-page.php
T

16 lines
306 B
PHP
Raw Normal View History

2017-10-05 10:05:14 +07:00
<?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/
*/
2017-10-15 17:13:52 +07:00
get_template_part( 'template', 'full' );
2017-10-05 10:05:14 +07:00
// Run Genesis.
2017-10-17 11:28:06 +07:00
//genesis();