JezK
Edit File: loop-blog.php
<!-- Loop Blog - Oketheme.com --> <div class="listblog"> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <?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 } ?> </a> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <div class="small"> <i class="glyphicon glyphicon-calendar"></i> <?php the_time('j F Y'); ?> <i class="glyphicon glyphicon-eye-open" style="margin-left:15px"></i> <?php echo getPostViews(get_the_ID());?>x <i class="glyphicon glyphicon-folder-open" style="margin-left:15px"></i> <?php the_category(', ');?> </div> <p> <?php echo okeshorten(get_the_excerpt(),360);?> <a href="<?php the_permalink() ?>" rel="bookmark"><?php global $oketheme; if ($oketheme['translate'] == 'id') {echo "selengkapnya";} else {echo "read more";} ?></a> </p> </div>