ID, 'abcblog_page_title_class_meta', true ) ) { get_template_part( 'includes/templates/post/title-page'); } elseif ('title-yes' === get_post_meta($post->ID, 'abcblog_page_title_class_meta', true ) ) { get_template_part( 'includes/templates/post/no-title'); } else { get_template_part( 'includes/templates/post/title-page'); } ?>