echo $text;
        ?>
'>
							</div>
						</div>
				</form>
				<?php 
    }
    ?>

				<?php 
    if (!empty($post->post_content)) {
        ?>

					<?php 
        $titlepadding = bsh_show_title() ? 'mt22' : '';
        ?>

					<div class='content mb22 <?php 
        echo $titlepadding;
        ?>
'>
						<?php 
        the_content();
        ?>
					</div>
				<?php 
    }
    ?>

				<div class='property-list'>
Example #2
0
<?php

get_header();
?>


<div class='row mt44'>
	<div class='large-12 small-12 columns'>
		<div id='siteContent'>
			<?php 
if (bsh_show_title()) {
    echo '<div class="row"><div class="large-12 small-12 columns">';
    echo '<div class="page-title mb22">';
    echo do_shortcode('[title icon="notes_2"]' . the_title('', '', false) . '[/title]');
    echo '</div>';
    echo '</div></div>';
}
?>
			<div class='row'>
				<div id='siteMain' class='<?php 
echo bsh_content_classes();
?>
 columns'>

					<?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        echo '<div class="content">';
        the_content();
        echo '</div>';