????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/partials/page/
Upload File :
Current File : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/partials/page/layout.php

<?php
/**
 * Outputs correct page layout
 *
 * @package OceanWP WordPress theme
 */

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

<article class="single-page-article clr">

	<?php
	// Get page entry
	get_template_part( 'partials/page/article' );

	// Display comments
	comments_template(); ?>

</article>