Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
firepot
/
themes
/
impressive-portfolio
/
inc
/
sections
:
sections.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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';