コード例 #1
0
ファイル: loop.php プロジェクト: HatchForce/bachtraveller
            ?>
                            </h5>
                        </a>
                        <?php 
            if ($address = get_post_meta(get_the_ID(), 'address', TRUE)) {
                ?>
                            <p class="booking-item-address"><i
                                    class="fa fa-map-marker"></i> <?php 
                echo esc_html($address);
                ?>
                            </p>
                        <?php 
            }
            ?>
                        <?php 
            if ($last_booking = $hotel->get_last_booking()) {
                ?>
                            <small
                                class="booking-item-last-booked"><?php 
                echo st_get_language('lastest_booking') . ' ' . $last_booking;
                ?>
</small>
                        <?php 
            }
            ?>

                    </div>
                    <div class="col-md-3">
                        <?php 
            $show_price = st()->get_option('show_price_free');
            $price = STHotel::get_price();