JezK
Edit File: archive.php
<!-- Archive - Oketheme.com --> <?php get_header();?> <div id="conwrap"> <div class="scontain"> <?php oke_crumb(); ?> <h1> <?php if (is_category()) { ?> <?php single_cat_title(''); ?> <span class="vsmall">~ <?php $category = get_queried_object(); echo $category->count; ?> <?=$oketheme['translate'] == 'id'?'artikel':'article(s)';?></span> <?php } elseif (is_tag()) { ?> <span class="latin">Tags</span> <?php single_tag_title(''); ?> <?php } elseif (is_day()) { ?> <span class="latin">Archive for</span> <?php the_time('F jS, Y'); ?> <?php } elseif (is_month()) { ?> <span class="latin">Archive for</span> <?php the_time('F, Y'); ?> <?php } elseif (is_year()) { ?> <span class="latin">Archive for</span> <?php the_time('Y'); ?> <?php } ?> </h1> <p><?php echo category_description(''); ?></p> <?php if (have_posts()): while (have_posts()) : the_post(); get_template_part('loop-blog'); endwhile; okepagination(); else: echo $oketheme['translate'] == 'id'?'<h2>Maaf, belum tersedia artikel untuk ditampilkan :(</h2>':'<h2>Sorry, no article yet :(</h2>'; randomblog(); endif; ?> </div> <?php include (TEMPLATEPATH . '/sidebar.php'); ?> </div> <?php get_footer(); ?>