Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.95 KB | None | 0 0
  1. <div class="attraction-info">
  2.                     <p>
  3.                         <i aria-hidden="true" class="fa fa-map-marker"></i>
  4.                         <span><?php echo $addr; ?></span>
  5.                     </p>
  6.                     <p>
  7.                         <i aria-hidden="true" class="fa fa-phone"></i>
  8.                         <span><?php the_field('attraction_phone'); ?></span>
  9.                     </p>
  10.                     <p>
  11.                         <i aria-hidden="true" class="fa fa-comment"></i>
  12.                         <a href="mailto:<?php the_field('attraction_email'); ?>"><?php the_field('attraction_email'); ?></a>
  13.                     </p>
  14.                     <p>
  15.                         <i aria-hidden="true" class="fa fa-globe"></i>
  16.  
  17.                         <a href="<?php addhttp(get_field('attraction_website'));?>" target="_blank"><?php addhttp(get_field('attraction_website')); ?></a>
  18.                     </p>
  19.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement