Current File : /home/kelaby89/sergio-cuchi.tattoo/wp-content/themes/maori/faq-fullwidth.php
<?php	
/*
Template Name: FAQ - Full Width
*/
?>
<?php get_header(); ?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php
$maori_pagetitle = get_post_meta( get_queried_object_id(), 'maori_cmb2_pagetitle', true );
$maori_subtitle = get_post_meta( get_queried_object_id(), 'maori_cmb2_subtitle', true );
?>
<?php if ((get_the_title()) && ($maori_pagetitle != 'no')) { ?>
<div class="maori-page-title">
    <?php if (!empty($maori_subtitle)) { ?>
    <?php the_title('<h1><span>','</span></h1>'); ?>
    <p class="maori-page-subtitle"><?php echo stripslashes(esc_html($maori_subtitle)); ?></p>
    <?php } else { ?>
    <?php the_title('<h1>','</h1>'); ?>
    <?php } ?>
</div>
<?php } ?>
<div id="maori-faq-page" class="maori-page-content">
<?php 
if ( function_exists( 'maori_faq_content' ) ) {
    the_content();
    maori_faq_search();
    maori_faq_content();
} else {
    the_content();
} ?>
</div>
<div class="clearfix"></div>
<?php endwhile; ?>
<?php get_footer(); ?>
Page not found – Hello World !