%k25u25%fgd5n!
/home/nancmxek/ljsecuredoors.com/wp-content/themes/windoor/modules/blog/templates/classic/post.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?>

<?php
	$template_args['post_ID'] = $ID;
	$template_args['post_Style'] = $Post_Style;
	$template_args = array_merge( $template_args, windoor_archive_blog_post_params() );

	foreach ( $archive_post_elements as $key => $value ) {
		windoor_template_part( 'blog', 'templates/'.$Post_Style.'/parts/'.$value, '', $template_args );

		if( 'meta_group' == $value ) :
			echo '<div class="entry-meta-group">';
				foreach ( $archive_meta_elements as $key => $value ) {
					windoor_template_part( 'blog', 'templates/'.$Post_Style.'/parts/'.$value, '', $template_args );
				}
			echo '</div>';
		endif;
	}