HEX
Server: nginx/1.18.0
System: Linux vcwordpress 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/info.viitorcloud.in/wp-content/themes/infoviitorcloud/new-home-page.php
<?php
/*
  Template Name: New Home page
 */
get_header();
?>
<!--<script type="text/javascript" src="<?php //echo get_template_directory_uri();?>/html5lightbox/jquery.js"></script>
<script type="text/javascript" src="<?php //echo get_template_directory_uri();?>/html5lightbox/html5lightbox.js"></script>
<script type="text/javascript" src="<?php //echo get_template_directory_uri();?>/html5lightbox/froogaloop2.min.js"></script>-->

<div id="primary" class="content-area">
  <main id="main" class="site-main" role="main">
    <div class="event">
      <?php 
          // check if the flexible content field has rows of data
              if( have_rows('home_page') ):
                  // loop through the rows of data
                  while ( have_rows('home_page') ) : the_row();
                     get_template_part( 'composer/home/content', get_row_layout() );
                  endwhile;
              else :
                  // no layouts found
              endif;
       ?>
    </div>
  </main><!-- #main -->
</div><!-- #primary -->

<?php get_footer();?>