![]() 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/ |
<?php get_header(); ?> <div id="content"> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8 mt-5"> <?php the_archive_title('<h1>', '</h1>') ?> <?php the_archive_description(); ?> <div class="row"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content' ); endwhile; else: esc_html_e( 'Sorry, no post found on this archive.', 'transport-solutions' ); endif; get_template_part( 'template-parts/pagination' ); ?> </div> </div> <div class="col-lg-4 col-md-4"> <?php get_sidebar(); ?> </div> </div> </div> </div> <?php get_footer(); ?>