File "sections.php"

Full Path: /home/pumpbmko/public_html/wp-content/themes/impressive-portfolio/inc/sections/sections.php
File size: 500 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

// Banner Section.
require get_template_directory() . '/sections/banner.php';

// Skill Section.
require get_theme_file_path() . '/inc/sections/skill.php';

// Experience Section.
require get_template_directory() . '/sections/experience.php';

// Gallery Section.
require get_theme_file_path() . '/inc/sections/gallery.php';

// Blog Section.
require get_theme_file_path() . '/inc/sections/blog.php';

// Cta Section.
require get_template_directory() . '/sections/cta.php';