????

Your IP : 216.73.216.121


Current Path : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/blog/
Upload File :
Current File : /home2/morganrand/www/wp-content/themes/wanderfuls-2/partials/blog/blog-single-content.php

<?php
/**
 * Single blog post content
 *
 * @package Wanderfuls WordPress theme
 * @subpackage Partials
 * @version 3.0.0
 */

// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
	exit;
} ?>

<div class="entry clr"<?php tb_schema_markup( 'entry_content' ); ?>>
	<?php the_content(); ?>
</div><!-- .entry -->

<?php get_template_part( 'partials/link-pages' ); ?>