?
Path : /home/admin/domains/happytokorea.com/public_html_bk/wordpress/ |
Current File : /home/admin/domains/happytokorea.com/public_html_bk/wordpress/single.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"> <h1 class="first"><?php the_title();?></h1> <div class="post_meta"> <span class="category"><?php the_category(' ') ?></span> <span class="date">Published <?php the_time(get_option('date_format')); ?> at <?php the_time(get_option('time_format'));?></span> <span class="comment_meta"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></span> <span class="social"> <?php if(!empty($wpcx_cxOptions["social_fb_like"])) { if($wpcx_cxOptions["social_fb_like"] == "yes") { ?> <iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=button_count&show_faces=false&width=75&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:21px;" allowTransparency="true"></iframe> <?php } } ?> <?php if(!empty($wpcx_cxOptions["social_google_like"])) { if($wpcx_cxOptions["social_google_like"] == "yes") { ?> <span class="google"><g:plusone size="medium"></g:plusone></span> <?php } } ?> </span> </div> <?php the_content();?> <?php the_tags( '<p class="meta">Tags: ', ', ', '</p>'); ?> </div> <?php wp_link_pages(array('before' => '<div class="wp-pagenavi">Pages: ', 'after' => '</div>')); ?> <?php edit_post_link('Edit Post'); ?> <div class="post_nav"> <div class="nav-previous left"><?php previous_post_link('%link', '<span class="meta-nav">«</span> %title') ?></div> <div class="nav-next right"><?php next_post_link('%link', '%title <span class="meta-nav">»</span>') ?></div> </div> <?php endwhile; endif;?> <div id="comment-wrap"> <?php comments_template(); ?> </div> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>