'post', 'posts_per_page' => 5, 'post_status' => 'publish', 'order' => 'desc', 'orderby' => 'menu_order date', ); } else { $args = array( 'post_type' => 'post', 'posts_per_page' => 5, 'post_status' => 'publish', 'order' => 'desc', 'orderby' => 'menu_order date', 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'category', 'field' => 'slug', 'terms' => array( $room_category ), ), ), ); } $query = new WP_Query($args); ?>
'; echo '
'; if ($room_title) echo '

' . esc_html($room_title) . '

'; if ($room_desc) echo '

' . esc_html($room_desc) . '

'; echo '
'; echo '
'; endif; ?>
have_posts()):$query->the_post(); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'full'); if (!empty($image)) { $image_style = "style='background-image:url(" . esc_url($image[0]) . ")'"; } else { $image_style = ''; } ?>
>