show_prefooter : false; $contact = get_kob_object('contact_settings'); $layout = $contact->contact_many->contact_preferences; $col_classes = array( 'Two columns' => 'col-xs-12 col-md-6', // col-md-5 col-sm-6', 'One column' => 'col-xs-12 col-md-10' // col-md-10 col-sm-12' ); $col_class = $col_classes[$layout]; $heading = get_the_title(); $content = get_post_content( get_the_ID() ); $data = get_kob_meta( get_the_ID(), 'page_gallery' ); $images = $data ? get_images_from_gallery( $data->gallery ) : array(); $content = apply_images( $content, $images ); $content = apply_filters( 'the_content', $content ); ?> $heading) ); ?>
$layout)); ?>