$class);
if(!is_single()){?>
$class);
the_post_thumbnail($preset, $defalt_arg); } } endif;
// This Function Check whether Sidebar active or Not
if(!function_exists( 'appointment_post_layout_class' )) :
function appointment_post_layout_class(){
if(is_active_sidebar('sidebar-primary'))
{ echo 'col-md-8'; }
else
{ echo 'col-md-12'; }
} endif;
?>