?
Path : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/admired/ |
Current File : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/admired/single.php |
<?php /** * The Template for displaying all single posts. * * @since admired 1.0 */ get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'loop', 'single' ); ?> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>