<?php /* Template Name: Projects Page */ get_header(); include get_template_directory() . '/template-parts/partial/projects/project-title.php'; include get_template_directory() . '/template-parts/breadcrumb.php'; include get_template_directory() . '/template-parts/partial/projects/project-content.php'; get_footer();