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
/
pelican.lrindo.com
/
wp-content
/
themes
/
ize_master_theme
/
page.php
/
/
<?php /** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @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 while ( have_posts() ) : the_post(); if(is_front_page()){ get_template_part( 'template-parts/content', 'frontpage' ); } else { if(get_post_type() == 'room'){ get_template_part( 'template-parts/content', 'page_room' ); } else { get_template_part( 'template-parts/content', 'page' ); } } endwhile; // End of the loop. ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
/home/lrindo5/pelican.lrindo.com/wp-content/themes/ize_master_theme/page.php