![]() 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/transport-solutions/template-parts/ |
<?php global $post; ?> <div id="post-<?php the_ID(); ?>" <?php post_class('post-single p-3 mb-4'); ?>> <?php if ( has_post_thumbnail() ) { ?> <div class="post-thumbnail"> <?php the_post_thumbnail(''); ?> </div> <?php }?> <h1 class="post-title"><?php the_title(); ?></h1> <div class="post-meta mb-2"> <i class="far fa-clock"></i> <?php echo esc_html(get_the_date()); ?> </div> <div class="post-content"> <?php the_content(); the_tags('<div class="post-tags"><strong>'.esc_html__('Tags:','transport-solutions').'</strong> ', ', ', '</div>'); ?> </div> </div>