????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/partials/entry/thumbnail-style/
Upload File :
Current File : /home2/morganrand/public_html/sub/wp-content/themes/oceanwp/partials/entry/thumbnail-style/date.php

<?php
/**
 * Date for the thumbnail style.
 *
 * @package OceanWP WordPress theme
 */

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

if ( 'post' == get_post_type() ) { ?>

	<div class="blog-entry-date clr">
		<?php echo get_the_date(); ?>
	</div>
	
<?php } ?>