JezK
Edit File: loop-rental.php
<!-- Loop Rental - 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="#kontak" class="pop"> <button class="ibtn"> <i class="el-icon-phone"></i> <?=$oketheme['translate'] == 'id'?"Kontak Kami":"Contact Us";?> </button> </a> </div> </div> <div class="areatitle"> <h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <div class="rentinfo"> <?php harga_rental(); $a = rwmb_meta( 'rent_fasilitas'); if ($a[0] != ''){ if ($oketheme['translate'] == 'id') { echo '<strong class="t1">Fasilitas</strong>'; } else { echo '<strong class="t1">Facilities</strong>'; } echo '<ul class="medium">'; foreach ( $a as $pil ) { echo '<li>'.$pil[0].'</li>'; } echo '</ul>'; }?> </div> </div> </div>