![]() 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/ |
<?php /** * The template part for displaying single post content * * @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'); ?> <article id="post-<?php the_ID(); ?>" <?php post_class('inner-service'); ?>> <h1><?php the_title(); ?></h1> <?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="<?php echo esc_attr(get_theme_mod('vw_sports_single_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_toggle_author',true)==1){ ?> <span><?php echo esc_html(get_theme_mod('vw_sports_single_post_meta_field_separator', '|'));?></span> <i class="<?php echo esc_attr(get_theme_mod('vw_sports_single_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_toggle_comments',true)==1){ ?> <span><?php echo esc_html(get_theme_mod('vw_sports_single_post_meta_field_separator', '|'));?></span> <i class="<?php echo esc_attr(get_theme_mod('vw_sports_single_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 } ?> <?php if(get_theme_mod('vw_sports_toggle_time',true)==1){ ?> <span><?php echo esc_html(get_theme_mod('vw_sports_single_post_meta_field_separator', '|'));?></span> <i class="<?php echo esc_attr(get_theme_mod('vw_sports_single_time_icon','fas fa-clock')); ?> me-2"></i><span class="entry-time"><?php echo esc_html( get_the_time() ); ?></span> <?php } ?> </div> <?php } ?> <?php if(has_post_thumbnail()) { ?> <div class="feature-box"> <img class="page-image" src="<?php esc_url(the_post_thumbnail_url('full')); ?>" alt="<?php the_title(); ?> post thumbnail image"> <hr> </div> <?php } ?> <?php if( get_theme_mod( 'vw_sports_single_post_category',true) == 1) { ?> <div class="single-post-category mt-3"> <span class="category"><?php esc_html_e('Categories:','vw-sports'); ?></span> <?php the_category(); ?> </div> <?php }?> <div class="entry-content"> <?php the_content(); ?> </div> <?php if(get_theme_mod('vw_sports_toggle_tags',true)==1){ ?> <div class="tags-bg p-2 mt-3 mb-3"> <?php the_tags(); ?> </div> <?php } ?> <?php // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) comments_template(); if ( is_singular( 'attachment' ) ) { // Parent post navigation. the_post_navigation( array( 'prev_text' => _x( '<span class="meta-nav">Published in</span><span class="post-title">%title</span>', 'Parent post link', 'vw-sports' ), ) ); } elseif ( is_singular( 'post' ) ) { // Previous/next post navigation. the_post_navigation( array( 'next_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Next', 'vw-sports' ) . '</span> ' . '<span class="screen-reader-text">' . __( 'Next post:', 'vw-sports' ) . '</span> ' . '<span class="post-title">%title</span>', 'prev_text' => '<span class="meta-nav" aria-hidden="true">' . __( 'Previous', 'vw-sports' ) . '</span> ' . '<span class="screen-reader-text">' . __( 'Previous post:', 'vw-sports' ) . '</span> ' . '<span class="post-title">%title</span>', ) ); } ?> <?php get_template_part('template-parts/related-posts'); ?> </article>