ID, 'abcblog_post_layout_class_meta', true ) ) { get_template_part( 'includes/templates/post/post-right-sidebar'); } elseif ('left-sidebar' === get_post_meta($post->ID, 'abcblog_post_layout_class_meta', true ) ) { get_template_part( 'includes/templates/post/post-left-sidebar'); } elseif ( 'full-width-post' === get_post_meta($post->ID, 'abcblog_post_layout_class_meta', true ) ) { get_template_part( 'includes/templates/post/post-full-width'); } else { get_template_part( 'includes/templates/post/post-right-sidebar'); } ?>