Sh3ll
OdayForums


Server : LiteSpeed
System : Linux premium84.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 : claqxcrl ( 523)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/claqxcrl/askdragao.com/wp-content/themes/vw-sports/template-parts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/claqxcrl/askdragao.com/wp-content/themes/vw-sports/template-parts/content-gallery.php
<?php
/**
 * The template part for displaying post
 *
 * @package VW Sports 
 * @subpackage vw-sports
 * @since vw-sports 1.0
 */
?>

<?php 
  $vw_sports_archive_year  = get_the_time('Y'); 
  $vw_sports_archive_month = get_the_time('m'); 
  $vw_sports_archive_day   = get_the_time('d'); 
?>

<div id="post-<?php the_ID(); ?>" <?php post_class('inner-service'); ?>>
  <div class="post-main-box p-3 mb-3 wow zoomInUp delay-1000" data-wow-duration="2s">
    <?php
      if ( ! is_single() ) {
        // If not a single post, highlight the gallery.
        if ( get_post_gallery() ) {
          echo '<div class="entry-gallery">';
            echo ( get_post_gallery() );
          echo '</div>';
        };
      };
    ?>
    <article class="new-text">
      <h2 class="section-title mt-0 pt-0"><a href="<?php the_permalink(); ?>"><?php the_title();?><span class="screen-reader-text"><?php the_title(); ?></span></a></h2>
      <?php if( get_theme_mod( 'vw_sports_toggle_postdate',true) == 1 || get_theme_mod( 'vw_sports_toggle_author',true) == 1 || get_theme_mod( 'vw_sports_toggle_comments',true) == 1 || get_theme_mod( 'vw_sports_toggle_time',true) == 1) { ?>
          <div class="post-info p-2 my-3">
            <?php if(get_theme_mod('vw_sports_toggle_postdate',true)==1){ ?>
              <i class="fas fa-calendar-alt me-2"></i><span class="entry-date"><a href="<?php echo esc_url( get_day_link( $vw_sports_archive_year, $vw_sports_archive_month, $vw_sports_archive_day)); ?>"><?php echo esc_html( get_the_date() ); ?><span class="screen-reader-text"><?php echo esc_html( get_the_date() ); ?></span></a></span>
            <?php } ?>

            <?php if(get_theme_mod('vw_sports_toggle_author',true)==1){ ?>
              <span><?php echo esc_html(get_theme_mod('vw_sports_meta_field_separator', '|'));?></span> <i class="fas fa-user me-2"></i><span class="entry-author"><a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' )) ); ?>"><?php the_author(); ?><span class="screen-reader-text"><?php the_author(); ?></span></a></span>
            <?php } ?>

            <?php if(get_theme_mod('vw_sports_toggle_comments',true)==1){ ?>
              <span><?php echo esc_html(get_theme_mod('vw_sports_meta_field_separator', '|'));?></span> <i class="fa fa-comments me-2" aria-hidden="true"></i><span class="entry-comments"><?php comments_number( __('0 Comment', 'vw-sports'), __('0 Comments', 'vw-sports'), __('% Comments', 'vw-sports') ); ?></span>
            <?php } ?>

            <?php if(get_theme_mod('vw_sports_toggle_time',true)==1){ ?>
              <span><?php echo esc_html(get_theme_mod('vw_sports_meta_field_separator', '|'));?></span> <i class="fas fa-clock me-2"></i><span class="entry-time"><?php echo esc_html( get_the_time() ); ?></span>
            <?php } ?>
          </div>
        <?php } ?>
        <p class="mb-0">
          <?php $vw_sports_theme_lay = get_theme_mod( 'vw_sports_excerpt_settings','Excerpt');
          if($vw_sports_theme_lay == 'Content'){ ?>
            <?php the_content(); ?>
          <?php }
          if($vw_sports_theme_lay == 'Excerpt'){ ?>
            <?php if(get_the_excerpt()) { ?>
              <?php $vw_sports_excerpt = get_the_excerpt(); echo esc_html( vw_sports_string_limit_words( $vw_sports_excerpt, esc_attr(get_theme_mod('vw_sports_excerpt_number','30')))); ?>
            <?php }?>
          <?php }?>
        </p>
        <?php if( get_theme_mod('vw_sports_button_text','Read More') != ''){ ?>
          <div class="more-btn mt-4 mb-4">
            <a class="p-3" href="<?php the_permalink(); ?>"><?php echo esc_html(get_theme_mod('vw_sports_button_text',__('Read More','vw-sports')));?><span class="screen-reader-text"><?php echo esc_html(get_theme_mod('vw_sports_button_text',__('Read More','vw-sports')));?></span></a>
          </div>
        <?php } ?>
    </article>
  </div>
</div>

ZeroDay Forums Mini