JezK
Edit File: page.php
<!-- Page - Oketheme.com --> <?php get_header(); if (have_posts()): while (have_posts()) : the_post(); setPostViews(get_the_ID()); ?> <div id="conwrap"> <div class="scontain"> <?php oke_crumb(); ?> <h1 style="margin-bottom:30px;"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> <div class="wrap-post"> <?php the_content();?> <?php edit_post_link('<button>Edit Halaman</button><br/>');?> <?php get_template_part('share'); ?> </div> <?php comments_template('/komentar.php'); ?> <div style="clear: both"></div> </div> <?php include (TEMPLATEPATH . '/sidebar.php'); ?> </div> <?php endwhile; endif; get_footer(); ?>