?AlkantarClanX12
| Current Path : /home/r/a/n/rankinh/lynkandco/wp-content/plugins/nexteuv-pro/modules/post/templates/modern/ |
| Current File : /home/r/a/n/rankinh/lynkandco/wp-content/plugins/nexteuv-pro/modules/post/templates/modern/post.php |
<?php
$template_args['post_ID'] = $ID;
$template_args['post_Style'] = $Post_Style;
$template_args = array_merge( $template_args, nexteuv_single_post_params() ); ?>
<?php
nexteuv_template_part( 'post', 'templates/'.$Post_Style.'/parts/category', '', $template_args );
if( $template_args['enable_title'] ) :
nexteuv_template_part( 'post', 'templates/post-extra/title', '', $template_args );
endif;
nexteuv_template_part( 'post', 'templates/'.$Post_Style.'/parts/author_bio', '', $template_args );
nexteuv_template_part( 'post', 'templates/post-extra/content', '', $template_args );
?>
<!-- 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/social', '', $template_args ); ?>
</div>
</div><!-- Post Meta -->
<!-- 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 -->