<?php 
   }
   ?>
                               </ul>
                           </div>
                       </div>
                   </div>
               </div>
               <div class="col-lg-3">
                   <div class="room-detail_book animated fadeInRight" data-id="2">
                       <form method="post">
                           <div class="room-detail_total">
                               <h6>STARTING ROOM FROM</h6>
                               <p class="price">
                                   <?php 
   the_room_price_html();
   ?>
 /day
                               </p>
                               <?php 
   if (has_monthly_price()) {
       ?>
                               <p class="price">
                                   <?php 
       the_monthly_room_price_html();
       ?>
 /month
                               </p>
                               <?php 
   }
   ?>
Exemple #2
0
   			<p><?php 
echo wp_trim_words(get_the_content(), 20);
?>
</p>
   			<ul>
   			<li><i class="fa fa-male"></i>Max: <?php 
the_field('max_person');
?>
 Person(s)</li>
			<li><i class="fa fa-bed"></i>Bed: <?php 
the_field('bed');
?>
</li>
			<li><i class="fa fa-eye"></i>View: <?php 
the_field('view');
?>
</li>
   			</ul>
   		</div>
   		<div class="bot">
   			<span class="price">Starting <?php 
the_room_price_html(get_the_ID());
?>
 /days</span>
   			<a href="<?php 
the_permalink();
?>
" class="bdr-btn bdr-btn-fill-black">VIEW DETAILS</a>
   		</div>
   </div>
</div>