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