Beispiel #1
0
<?php

/**
 * @package WordPress
 * @subpackage Traveler
 * @since 1.0
 *
 * hotel share
 *
 * Created by ShineTheme
 *
 */
$st_style_search = "style_2";
$hotel = new STHotel();
$fields = $hotel->get_search_fields();
?>
<h3><?php 
st_the_language('search_for_hotel');
?>
</h3>
<form role="search" method="get" class="search" action="<?php 
echo home_url('/');
?>
">
    <input type="hidden" name="s" value="">
    <input type="hidden" name="post_type" value="st_hotel">
    <input type="hidden" name="layout" value="<?php 
echo STInput::get('layout');
?>
">
    <input type="hidden" name="style" value="<?php