HEX
Server: Apache
System: Linux server1.panigaletech.com 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.30
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/panigaletech.com/wp-content/themes/panigale/template-parts/home.php
<?php
/**
 * Template Name: Home Page
 *
 * @package WordPress
 * @subpackage Twenty_Fourteen
 * @since Twenty Fourteen 1.0
 */
 get_header();
?>
  <section class="home-about">
    <?php 
      $homeChangeWayContent = get_page_by_title( 'Home' );
      $homeChangeWayContentId = $homeChangeWayContent->ID; 
    ?>
    <div class="home-about-content">
      <h2 class="heading02 font-weight-4 text-white wow fadeInLeft" data-wow-duration="2s"><?php echo get_field( "headline_change_the_way_hire", $homeChangeWayContentId ) ?></h2>
    </div>
    <div class="home-about-text-blog wow fadeInUp" data-wow-duration="2s">
      <ul>
        <li class="mb-3">
          <figure>
            <img src="<?php echo get_field( "first_image_change_the_way_hire", $homeChangeWayContentId ) ?>">
          </figure>
          <h4 class="heading04"><?php echo get_field( "first_title_change_the_way_hire", $homeChangeWayContentId ) ?></h4>
          <?php echo get_field( "first_content_change_the_way_hire", $homeChangeWayContentId ) ?>
        </li>
        <li class="mb-3">
          <figure>
            <img src="<?php echo get_field( "second_image_change_the_way_hire", $homeChangeWayContentId ) ?>">
          </figure>
          <h4 class="heading04"><?php echo get_field( "second_title_change_the_way_hire", $homeChangeWayContentId ) ?></h4>
          <?php echo get_field( "second_content_change_the_way_hire", $homeChangeWayContentId ) ?>
        </li>
        <li class="mb-3">
          <figure>
            <img src="<?php echo get_field( "third_image_change_the_way_hire", $homeChangeWayContentId ) ?>">
          </figure>
          <h4 class="heading04"><?php echo get_field( "third_title_change_the_way_hire", $homeChangeWayContentId ) ?></h4>
          <?php echo get_field( "third_content_change_the_way_hire", $homeChangeWayContentId ) ?>
        </li>
      </ul>
    </div>

    <div class="container-fluid">
      <div class="row">
        <div class="col-lg-10 col-md-12 col-sm-12 offset-lg-1 mb-0 mt-10">
          <h2 class="heading02 text-center font-weight-7 mb-5 wow fadeInUp" data-wow-duration="2s"><?php echo get_field( "headline_about_company", $homeChangeWayContentId ) ?></h2>
          <?php echo get_field( "content_about_company", $homeChangeWayContentId ) ?>
        </div>
      </div>
    </div>

  </section>
  <?php
  get_footer();
  ?>