File: /www/wwwroot/vietktv.vn/wp-content/themes/binhvu.off/archive.php
<?php get_header(); ?>
<div id="archive-tmp" class="site-main-wrapper">
<div class="container">
<main class="site-main">
<section class="archive-tmp-posts">
<div class="section-header tmp-title-bar clearfix">
<h1 class="title"><?php if(is_tax()) { single_cat_title();} else { echo 'Tất cả nội dung'; } ?></h1>
</div>
<div class="section-main">
<?php if (have_posts()): ?>
<div class="row">
<?php while (have_posts()): the_post(); ?>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 col-box-sp">
<?php get_template_part('modules/article-archive');?>
</div>
<?php endwhile;?>
</div>
<?php wp_pagenavi();?>
<?php else : ?>
<div class="message-warning message"><span> Không có bài viết nào trong danh mục này </span></div>
<?php endif;?>
</div>
</section>
</main>
<?php get_sidebar('right');?>
</div>
</div>
<?php get_footer(); ?>