uawdijnntqw1x1x1
IP : 216.73.217.174
Hostname : mailtech.lifestyleretreats.com
Kernel : Linux mailtech.lifestyleretreats.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home
/
lrindo5
/
radhia.lrindo.com
/
wp-content
/
themes
/
ize_master_theme
/
archive-room.php
/
/
<?php /** * The template for displaying archive pages * * @link https://codex.wordpress.org/Template_Hierarchy * * @package IZE_Master_Theme */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php echo the_breadcrumb(); ?> <?php if ( have_posts() ) : ?> <div class="page-archive-title"> <?php echo '<h1>ROOM EXPERIENCE</h1>'; ?> <div class="select-wrapper"> <select class="room-select" name="room-select"> <option value="all" selected>All Rooms</option> <option value="deluxe">Deluxe Room</option> <option value="club">Club Room</option> </select> </div> </div><!-- .page-header --> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); /* * Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'template-parts/content', 'room_loop' ); endwhile; else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
/home/lrindo5/radhia.lrindo.com/wp-content/themes/ize_master_theme/archive-room.php