<?php /* Template Name: Single Project */ get_header(); include get_template_directory() . '/template-parts/partial/single-project/project-prev.php'; include get_template_directory() . '/template-parts/partial/single-project/project-table.php'; include get_template_directory() . '/template-parts/partial/single-project/project-description.php'; include get_template_directory() . '/template-parts/partial/single-project/project-gallery.php'; get_footer();