Current File : /home/kelaby89/sergio-cuchi.tattoo/wp-content/themes/maori/single-maorifaq.php
<?php get_header(); ?>
<?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 ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?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 class="maori-page-content">
    <div class="maori-page-box">
        <?php $maori_answer = get_post_meta( get_queried_object_id(), 'maori_cmb2_answer', true ); ?>
        <?php echo wp_kses_post(wpautop($maori_answer)); ?>
        <div class="clearfix"></div>
    </div>   
    <?php get_template_part( 'templates/postnav', 'template'); ?>
    <?php 
    $maori_enable_sharing = get_theme_mod('maori_enable_sharing');
    if (( $maori_enable_sharing ) && ( function_exists( 'maori_social_media_buttons' ))) {   
        maori_social_media_buttons();
    }
    ?>
</div>
<div class="clearfix"></div>
<?php comments_template(); ?>
<?php endwhile; ?>
<?php get_footer(); ?>
Page not found – Hello World !