JezK
Edit File: taxonomy-destinasi.php
<!-- Taxonomy Destinasi - Oketheme.com --> <?php get_header();?> <div id="headback"> <div class="titleheader"> <h1><i class="glyphicon glyphicon-map-marker"></i> <?php single_cat_title(); ?> <span class="vsmall">~ <?php $category = get_queried_object(); echo $category->count; ?> tour</span></h1> <p> <?php if (category_description('') != '') { echo category_description(''); } else { if ($oketheme['translate'] == 'id') { echo 'Berikut ini adalah tour kami pada destinasi '; echo single_cat_title(); } else { echo 'Here is our tour in destination '; echo single_cat_title(); } } ?> </p> </div> </div> <div id="conwrap"> <?php if (have_posts()) { echo '<div class="gridpad">'; while (have_posts()) : the_post(); get_template_part('loop-tour'); endwhile; echo '</div>'; okepagination(); } else { if ($oketheme['translate'] == 'id') {?> <div class="warning"><h2 style="margin:0;text-align:center">Maaf, belum tersedia tour untuk ditampilkan :(</h2></div> <?php } else { ?> <div class="warning"><h2 style="margin:0;text-align:center">Sorry, no tour yet :(</h3></div> <?php } } ?> </div> <?php get_footer(); ?>