JezK
Edit File: pagefull.php
<?php /* Template Name: Full Width */ get_header(); if (have_posts()): while (have_posts()) : the_post(); setPostViews(get_the_ID()); ?> <div id="headback"> <div class="titleheader"> <h1 class="jumbo"><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1> </div> </div> <div id="conwrap"> <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 endwhile; endif; get_footer(); ?>