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/grid-layout.php
<?php
/**
 * The template part for displaying grid 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 class="col-lg-4 col-md-6">
	<article id="post-<?php the_ID(); ?>" <?php post_class('inner-service'); ?>>
		<div class="post-main-box p-3 mb-3 text-center wow zoomInUp delay-1000" data-wow-duration="2s">
	      	<div class="box-image">
	          	<?php 
		            if(has_post_thumbnail() && get_theme_mod( 'vw_sports_featured_image_hide_show',true) == 1) {
		              the_post_thumbnail();
		            }
	          	?>
	        </div>
	        <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_grid_postdate',true) == 1 || get_theme_mod( 'vw_sports_grid_author',true) == 1 || get_theme_mod( 'vw_sports_grid_comments',true) == 1) { ?>
	        <div class="post-info p-2 my-3">
	            <?php if(get_theme_mod('vw_sports_grid_postdate',true)==1){ ?>
	                <i class="<?php echo esc_attr(get_theme_mod('vw_sports_grid_postdate_icon','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_grid_author',true)==1){ ?>
	                <span><?php echo esc_html(get_theme_mod('vw_sports_grid_post_meta_field_separator', '|'));?></span> <i class="<?php echo esc_attr(get_theme_mod('vw_sports_grid_author_icon','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_grid_comments',true)==1){ ?>
	                <span><?php echo esc_html(get_theme_mod('vw_sports_grid_post_meta_field_separator', '|'));?></span> <i class="<?php echo esc_attr(get_theme_mod('vw_sports_grid_comments_icon','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 } ?>
	        </div>
   	 	<?php } ?>
	        <div class="new-text">
	        	<p>
			        <?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_grid_excerpt_number','30')))); ?> <?php echo esc_html( get_theme_mod('vw_sports_excerpt_suffix','') ); ?>
	        	</p>
	        </div>
	        <?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')));?><i class="fas fa-angle-double-right ms-2"></i><span class="screen-reader-text"><?php echo esc_html(get_theme_mod('vw_sports_button_text',__('Read More','vw-sports')));?></span></a>
	          </div>
	        <?php } ?>
	    </div>
	    <div class="clearfix"></div>
  	</article>
</div>

ZeroDay Forums Mini