ProPeler
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
wp-content
/
themes
/
bayisihat-jurnal
/
Filename :
archive.php
back
Copy
<?php if (!defined('ABSPATH')) exit; get_header(); ?> <?php echo bs_breadcrumbs_html(); ?> <header class="wrap archive-header"> <p class="eyebrow"><?php echo is_category() ? 'Kategori' : (is_tag() ? 'Tag' : 'Arkib'); ?></p> <h1 class="archive-header__title"><?php echo esc_html(single_term_title('', false)); ?></h1> <?php $d = term_description(); if ($d) echo '<div class="archive-header__desc">'.wp_kses_post($d).'</div>'; ?> </header> <div class="wrap section"> <div class="post-grid"> <?php if (have_posts()): while(have_posts()): the_post(); get_template_part('template-parts/card'); endwhile; else: echo '<p>Belum ada artikel dalam topik ini. Nantikan tidak lama lagi.</p>'; endif; ?> </div> <div class="pagination"><?php the_posts_pagination(array('mid_size'=>1,'prev_text'=>'← Sebelum','next_text'=>'Seterusnya →')); ?></div> </div> <?php get_footer(); ?>