File "sections.php"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/themes/edufication/inc/sections/sections.php
File size: 1 KB
MIME-type: text/x-php
Charset: utf-8

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

// topbar news section
require get_template_directory() . '/inc/sections/topbar-news.php';

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

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

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

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

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

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

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

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

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