?>
</p>
                <?php 
the_masked_image($content['bottom-middle-call-to-action-image']);
?>
            </a>


            <a href="<?php 
print_content($content['bottom-right-call-to-action-link']);
?>
" class="text-container">
                <span><?php 
print_content($content['bottom-right-title']);
?>
 <i class="fa fa-angle-double-right"></i></span>
                <p><?php 
print_content($content['bottom-right-paragraph']);
?>
</p>
                <?php 
the_masked_image($content['bottom-right-call-to-action-image']);
?>
            </a>

        </div>
    </div>

<?php 
// survey_include();
get_footer();
$content = get_custom_content(get_the_ID(), array('contact-custom-content', 'social-feeds'));
get_header();
?>

    <div class="container clearfix">
        <h2 class="page-title"><?php 
print_content($content['alternative-page-title']);
?>
</h2>
        <?php 
while (have_posts()) {
    the_post();
    ?>
            <article>
                <?php 
    the_masked_image($content['contact-custom-content']['form-image']);
    ?>

                <h4><?php 
    print_content($content['contact-custom-content']['form-entry-paragraph']);
    ?>
</h4>

                <?php 
    the_content();
    ?>
            </article>
            <aside>
                <section class="twitter-feed">
                    <?php 
    echo $content['social-feeds']['twitter-feed'];
Example #3
0
                <li class="list-item">
                    <a href="<?php 
print_content($content['product-5-link']);
?>
" target="_blank"><?php 
the_masked_image($content['product-5-image']);
?>
</a>
                    <span><?php 
print_content($content['product-5-title']);
?>
</span>
                </li>
                <li class="list-item">
                    <a href="<?php 
print_content($content['product-6-link']);
?>
" target="_blank"><?php 
the_masked_image($content['product-6-image']);
?>
</a>
                    <span><?php 
print_content($content['product-6-title']);
?>
</span>
                </li>
            </ul>
       </section>
    </div>
<?php 
get_footer();