?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/blog/templates/single/parts/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/framework/modules/blog/templates/single

?? Viewing: image.php

<?php if ( has_post_thumbnail() ) { ?>
	<div class="edgtf-post-image">
		<?php edgtf_quadric_get_module_template_part('templates/parts/top-date', 'blog'); ?>
			<?php the_post_thumbnail('full'); ?>
	</div>
<?php } ?>


??

??