isMobile() && !$detect->isTablet()) :
?>
= _e('SERVICES', 'palaisbahiafes') ?>
post_content;
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
?>
'service',
'posts_per_page' => -1,
'post_status' => 'publish',
'orderby' => 'ID',
'order' => 'ASC',
'suppress_filters' => false
));
?>
have_posts()) : $services->the_post();
$url = get_field('url');
?>
= _e('Suites & Chambres', 'palaisbahiafes') ?>
post_content;
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
?>
'slider_room',
'posts_per_page' => -1,
'post_status' => 'publish',
'orderby' => 'ID',
'order' => 'ASC',
'suppress_filters' => false
));
?>
have_posts()) : $sliders_room->the_post();
?>
= the_title() ?>
= the_content() ?>
= _e('Extras', 'palaisbahiafes'); ?>
'slider_extra',
'posts_per_page' => -1,
'post_status' => 'publish',
'orderby' => 'ID',
'order' => 'ASC',
'suppress_filters' => false
));
?>
have_posts()) : $extras->the_post();
$url = get_field('url');
?>