?iť?

Your IP : 3.147.195.146


Current Path : /home/scgforma/www/wp-content/themes/graphene/
Upload File :
Current File : /home/scgforma/www/wp-content/themes/graphene/single.php

<?php
/**
 * The Template for displaying all single posts.
 *
 * @package Graphene
 * @since Graphene 1.0
 */

get_header(); ?>

	<?php
    /* Run the loop to output the posts.
     * If you want to overload this in a child theme then include a file
     * called loop-single.php and that will be used instead.
     */
	the_post();
	get_template_part('loop', 'single');
    ?>
            
<?php get_footer(); ?>