AlkantarClanX12
Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/techup/template-parts/ |
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/techup/template-parts/content-single.php |
<?php /** * Template part for displaying single posts content. * * * @subpackage techup * @since 1.0 */ ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="blog-detail"> <?php if(has_post_thumbnail()):?> <?php techup_post_thumbnail(); ?> <?php endif; ?> <div class="row mb-2"> <ul class="post-meta text-left"> <?php techup_posted_by(); techup_post_comments(); techup_posted_on(); ?> </ul> </div> <h4 class="text-capitalize"><?php the_title(); ?></h4> <?php the_content( sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to screen readers */ __( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'techup' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ) ); wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'techup' ), 'after' => '</div>', ) ); ?> <?php if (has_tag()) : ?> <div class="post-tags mt-4"> <span class="text-capitalize mr-2 c-black"> <i class="fa fa-tags"></i><?php echo esc_html__('Tags :','techup'); ?></span> <?php the_tags(' '); ?> </div> <?php endif; ?> </div> </div>