JezK
Edit File: archive-tour.php
<!-- Archive Tour - Oketheme.com --> <?php get_header();?> <div id="headback"> <div class="titleheader"> <?php if ($oketheme['translate'] == 'id') {?> <h1><i class="glyphicon glyphicon-check"></i> Semua Tour <span class="vsmall">(<?php $count = wp_count_posts('tour');$total = $count->publish;echo $total;?>)</span></h1> <?php } else { ?> <h1><i class="glyphicon glyphicon-check"></i> All Tour <span class="vsmall">(<?php $count = wp_count_posts('tour');$total = $count->publish;echo $total;?>)</span></h1> <?php } ?> <p><?php echo $oketheme['newtour_text'];?></p> </div> <?php if (($oketheme['toursearch_act']) && ($oketheme['tour_on']['coll'])) {tour_search();}?> </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(); ?>