Only supported in Istanbul City
*Accommodation Introduction
Your accomodation issue has solved according to your life style, requests and needs, at furnished flats or in student hostels alone or shared.
*Turkish Languge Schools in Istanbul
We will help the admissions, procedure of the Turkish schools.
・TÖMER
・DİLMER
*Others, various advice and support in different cases
Visa and passport details
You can contact with us about the visa permission rules and terms depend on your citizenship.
We are ready to help you about all your questions before you travel, please Do not hesitate.
'hotel',
'posts_per_page' => 3,
'meta_key' => 'aside_value',
'order' => 'DESC',
'orderby' => 'meta_value_num',
'tax_query' => array(
array(
'taxonomy' => 'area',
'field' => 'slug',
'terms' => 'xxxx'
)
)
);
$param_hotel['tax_query'][0]['terms'] = 'ist';
$hotels_ist = new WP_Query($param_hotel);
$param_hotel['tax_query'][0]['terms'] = 'cap';
$hotels_cap = new WP_Query($param_hotel);
$param_hotel['tax_query'][0]['terms'] = 'other';
$hotels_other = new WP_Query($param_hotel);
$param_tour = array(
'post_type' => array('tour_domestic','tour_istanbur','tour_exp'),
'posts_per_page' => 5,
'meta_key' => 'aside_value',
'order' => 'DESC',
'orderby' => 'meta_value_num'
);
$posts_tour = new WP_Query($param_tour);
?>
have_posts()): ?>
the_post(); ?>
have_posts()): $count=2 ?>
have_posts()):$posts_tour->the_post(); ?>
Rank
have_posts()): ?>
have_posts()):$hotels_ist->the_post(); ?>
have_posts()): ?>
have_posts()):$hotels_cap->the_post(); ?>
have_posts()): ?>
have_posts()):$hotels_other->the_post(); ?>