Example #1
0
" <?php 
post_class();
?>
>


      <div class="<?php 
wpp_css('property::title', "building_title_wrapper");
?>
">
        <h1 class="property-title entry-title"><?php 
the_title();
?>
</h1>
        <h3 class="entry-subtitle"><?php 
the_tagline();
?>
</h3>
      </div>


      <div class="<?php 
wpp_css('property::entry_content', "entry-content");
?>
">
        <div class="<?php 
wpp_css('property::the_content', "wpp_the_content");
?>
"><?php 
@the_content();
?>
<?php

$custom_header = get_custom_header();
$header_text_color = get_header_textcolor();
if (!empty($custom_header->url)) {
    ?>
<div id="banner-wrapper">
    <div id="banner">
    	<?php 
    the_tagline('<div id="tagline">', '</div>');
    ?>
        <div id="royalSlider" class="royalSlider">
            <?php 
    the_header_image('<div class="rsContent phrase">', '</div>', 'banner', array('class' => 'rsImg'));
    ?>
 
		</div><!-- /#royalSlider -->
	</div><!-- /#banner -->
</div><!-- /#banner-wrapper -->
<?php 
}