%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/themes/eduma/ |
Current File : /var/www/html/ceaa/wp-content/themes/eduma/single.php |
<?php /** * The template for displaying all single posts. * * @package thim */ ?> <div class="page-content"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <?php // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) : comments_template(); endif; ?> <?php endwhile; // end of the loop. ?> </div>