HEX
Server: Apache
System: Linux hp3-wp-1011494.hostingp3.local 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
User: csh2729955 (2121743)
PHP: 7.4.33
Disabled: shell_exec,exec,system,popen,set_time_limit
Upload Files
File: /home/storage/162/3480162/user/htdocs/wp-content/themes/newspaperss/home-part/latest-post.php
<?php

/**
 * Home Page widgets area
 *
 * @package silkthemes
 *
 * @since newspaperss 1.0
 */
?>
<div id="news-latest-post">
  <div class="grid-container <?php if (false == get_theme_mod('newspaperss_body_fullwidth', false)) : ?> full <?php endif; ?>">
    <div class=" grid-x grid-padding-x  align-center <?php if (!is_active_sidebar('sidebar-homepagesidebar')) { ?>no-homesidebar  <?php } ?>">
      <?php if (is_active_sidebar('sidebar-homepagewidgets')) : ?>
        <div class="cell small-12 <?php if (!is_active_sidebar('sidebar-homepagesidebar')) : ?> large-12 medium-12 <?php else : ?> large-8 <?php endif; ?>" data-equalizer="data-equalizer" data-equalize-by-row="true">
          <?php dynamic_sidebar('sidebar-homepagewidgets'); ?>
        </div>
      <?php else : ?>
        <?php if (is_customize_preview() && current_user_can('edit_theme_options')) : ?>
          <div class="cell small-12 addwidgets-warp large-auto">
            <div class="callout large text-center clear  border-none margin-vertical-3">
              <h5><?php echo esc_html__('Click To Add Home Widgets', 'newspaperss') ?></h5>
              <a class="add_widget_home floating-action button secondary z-depth-2">
                <i class="fa fa-plus" aria-hidden="true"></i>
              </a>
            </div>
          </div>
        <?php endif; ?>
      <?php endif; ?>
      <?php if (is_active_sidebar('sidebar-homepagesidebar')) : ?>
        <div class="cell small-11 medium-11 large-4 ">
          <div class="home-sidebar sidebar-inner">
            <div class="grid-x grid-margin-x grid-padding-y ">
              <?php dynamic_sidebar('sidebar-homepagesidebar'); ?>
            </div>
          </div>
        </div>
      <?php endif; ?>
    </div>
  </div>
</div>