?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/post/templates/minimal/
Upload File :
Current File : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/post/templates/minimal/post.php

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

	<!-- Post Meta -->
    <div class="post-meta">

    	<!-- Meta Left -->
    	<div class="meta-left">
			<?php nexteuv_template_part( 'post', 'templates/'.$Post_Style.'/parts/author', '', $template_args ); ?>
    	</div><!-- Meta Left -->
    	<!-- Meta Right -->
    	<div class="meta-right">
			<?php nexteuv_template_part( 'post', 'templates/'.$Post_Style.'/parts/comment', '', $template_args ); ?>
    	</div><!-- Meta Right -->

    </div><!-- Post Meta -->

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

	<?php nexteuv_template_part( 'post', 'templates/post-extra/content', '', $template_args ); ?>

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