JezK
Edit File: single.php
<!-- Single Artikel - Oketheme.com --> <?php get_header();?> <?php if (have_posts()): while (have_posts()) : the_post(); setPostViews(get_the_ID()); ?> <?php headsingle();?> <div id="conwrap"> <div class="scontain"> <?php oke_crumb(); ?> <div class="wrap-post"> <?php the_content();?> <?php edit_post_link('<button>Edit Artikel</button>');?> <div class="small" style="margin:10px 0;"> <?php the_tags( 'Tags: ' , ', ' ,'' ); ?> </div> <?php get_template_part('share'); ?> </div> <?php if ( get_the_author_meta('description')) : ?> <div class="info" style="margin:10px 0;"> <?php echo get_avatar (get_the_author_meta('user_email')); ?> <h3 class="lesstop"><?php if ($oketheme['translate'] == 'id') { echo 'Ditulis oleh ';} else { echo 'Written by ';} the_author_posts_link(); ?></h3> <?php the_author_meta('description'); ?> <div style="clear: both"></div> </div> <?php endif; ?> <?php comments_template('/komentar.php'); ?> <div style="clear: both"></div> <?php randomblog();?> </div> <?php include (TEMPLATEPATH . '/sidebar.php'); ?> </div> <?php endwhile; endif; get_footer(); ?>