JezK
Edit File: loop-tour.php
<!-- Loop Tour - Oketheme.com --> <?php global $oketheme;?> <div class="grid"> <div class="vthumb"> <?php if ( has_post_thumbnail()) { the_post_thumbnail('l350'); } else {?> <img width="350" height="220" src="<?php echo get_template_directory_uri(); ?>/images/350.jpg" alt="<?php the_title(); ?>"> <?php } ?> <div class="vlink"> <a href="<?php the_permalink(); ?>"> <button class="ibtn"> <i class="el-icon-ok"></i> <?=$oketheme['translate'] == 'id'?"Lihat Detail":"More Detail"; ?> </button> </a> </div> </div> <div class="areatitle"> <h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php nama_tour();?></a></h3> <div class="destirasi medium"> <li><i class="glyphicon glyphicon-map-marker"></i><?php $a = get_the_terms( $post->ID, 'destinasi' );if ($a) {foreach($a as $x) {echo $x->name. ' '; }}?></li> <li><i class="glyphicon glyphicon-time"></i><?php $a = get_the_terms( $post->ID, 'durasi' );if ($a) {foreach($a as $x) {echo $x->name. ' '; }}?></li> </div> <?php harga_view();?> </div> <?php badge();?> </div>