????JFIF??x?x????'
Server IP : 104.21.48.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/./peepmysite.com/wp-content/themes/himalayas/ |
Upload File : |
<?php /** * Front Page Section for our theme. * * @package ThemeGrill * @subpackage Himalayas * @since Himalayas 1.0 */ get_header(); ?> <div id="content" class="site-content"> <?php if( is_active_sidebar( 'himalayas_front_page_section' ) ) { if ( !dynamic_sidebar( 'himalayas_front_page_section' ) ): endif; } $himalayas_layout = himalayas_layout_class(); if( get_theme_mod( 'himalayas_hide_blog_front' , 0 ) != 1 ): ?> <main id="main" class="clearfix <?php echo $himalayas_layout; ?>"> <div class="tg-container"> <div id="primary" class="content-area"> <?php if ( have_posts() ): while ( have_posts() ) : the_post(); if ( is_front_page() && is_home() ) { get_template_part( 'content', '' ); } elseif ( is_front_page() ) { get_template_part( 'content', 'page' ); } endwhile; get_template_part( 'navigation', 'none' ); else: get_template_part( 'no-results', 'none' ); endif; ?> </div> <?php himalayas_sidebar_select(); ?> </div> </main> <?php endif; ?> </div> <?php get_footer(); ?>