%k25u25%fgd5n!
/home/nancmxek/ljsecuredoors.com/wp-content/themes/windoor/modules/post/templates/minimal/post.php
<?php
	$template_args['post_ID'] = $ID;
	$template_args['post_Style'] = $Post_Style;
	$template_args = array_merge( $template_args, windoor_single_post_params() ); ?>

	<!-- Post Header -->
	<div class="post-header">

	   	<?php if( $template_args['enable_title'] ) : ?>
		        <?php windoor_template_part( 'post', 'templates/'.$Post_Style.'/parts/title', '', $template_args ); ?>
		<?php endif; ?>

	</div><!-- Post Header -->

    <?php windoor_template_part( 'post', 'templates/'.$Post_Style.'/parts/image', '', $template_args ); ?>

    <!-- Post Meta -->
    <div class="post-date-author-group">
    	<div class="post-date-comment">
		<div class= "post-date-comment-label">Posted on :</div>
			<?php windoor_template_part( 'post', 'templates/'.$Post_Style.'/parts/date', '', $template_args ); ?>

			<?php windoor_template_part( 'post', 'templates/'.$Post_Style.'/parts/comment', '', $template_args ); ?>
    	</div>

    	<div class="post-author">
		<?php windoor_template_part( 'post', 'templates/'.$Post_Style.'/parts/author', '', $template_args ); ?>
    	</div>

    </div>

    <!-- Post Dynamic -->
    <?php echo apply_filters( 'windoor_single_post_dynamic_template_part', windoor_get_template_part( 'post', 'templates/'.$Post_Style.'/parts/dynamic', '', $template_args ) ); ?><!-- Post Dynamic -->