?
Path : /home/admin/domains/happytokorea.com/public_html_bk/wordpress/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/wordpress/page.php |
<?php get_header(); ?> <div id="sub-column"> <div id="sub-top"> <?php get_template_part('scripts/breadcrumb'); ?> </div> <div id="sub-content"> <div class="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post"> <?php the_content();?> </div> <div class="wp-pagenavi"><?php wp_link_pages('before=Pages: &pagelink=<span>%</span>'); ?></div> <?php endwhile; endif;?> <?php if($post->comment_status == "open") { comments_template(); } ?> <?php edit_post_link('Edit Post'); ?> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>