Advertisement
TangibleDesign

Untitled

Aug 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.58 KB | None | 0 0
  1. <?php if ( $myhome_estate->get_slider_name() == 'single-estate-gallery' || $myhome_estate->get_slider_name() == 'single-estate-gallery-auto-height' ): ?>
  2.  
  3.     <div class="mh-top-title mh-top-title--single-estate">
  4.         <div class="mh-layout">
  5.             <h1 class="mh-top-title__heading"><?php echo esc_html( get_the_title() ); ?></h1>
  6.             <?php if ( $myhome_estate->has_address() ) : ?>
  7.                 <div class="small-text">
  8.                     <a href="#myhome-estate-map"><i class="flaticon-pin"></i></a>
  9.                     <?php echo esc_html( $myhome_estate->get_address() ); ?>
  10.                 </div>
  11.             <?php endif; ?>
  12.         </div>
  13.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement