b0y-101 Mini Shell


Current Path : E:/www2/tcas/wp-content/themes/businesszen/inc/sections/
File Upload :
Current File : E:/www2/tcas/wp-content/themes/businesszen/inc/sections/sections.php

<?php
/**
 * Home Page sections
 *
 * This is the template that includes all the other files for home page sections
 *
 * @package Theme Palace
 * @subpackage Businesszen
 * @since Businesszen 1.0.0
 */

// slider section
require get_template_directory() . '/inc/sections/slider.php';

// about section
require get_template_directory() . '/inc/sections/about.php';

// service section
require get_template_directory() . '/inc/sections/service.php';

// cta section
require get_template_directory() . '/inc/sections/cta.php';

//team section
require get_template_directory() . '/inc/sections/team.php';

//features
require get_template_directory() . '/inc/sections/features.php';

//latest post
require get_template_directory() . '/inc/sections/latest-posts.php';

//contact
require get_template_directory() . '/inc/sections/contact.php';

Copyright © 2019 by b0y-101