Current File : /home/kelaby89/sergio-cuchi.tattoo/wp-content/themes/maori/single-maoriartists.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 );
$maori_background = get_post_meta( get_queried_object_id(), 'maori_cmb2_background', 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">
<?php if ($maori_background != 'no') { ?>
<div class="maori-page-box">
<?php } ?>
<?php the_content(); ?>
<div class="clearfix"></div>
<?php if ($maori_background != 'no') { ?>
</div>
<?php } ?>
<?php get_template_part( 'templates/postnav', 'template'); ?>
<?php
$maori_enable_sharing = get_theme_mod('maori_artists_enable_sharing');
if (( $maori_enable_sharing ) && ( function_exists( 'maori_social_media_buttons' ))) {
maori_social_media_buttons();
}
?>
</div>
<div class="clearfix"></div>
<?php endwhile; ?>
<?php get_footer(); ?>