?AlkantarClanX12
| Current Path : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/blog/templates/classic/ |
| Current File : /home/rankinh/lynkandco/wp-content/themes/lynkandco/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, nexteuv_archive_blog_post_params() );
foreach ( $archive_post_elements as $key => $value ) {
nexteuv_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 ) {
nexteuv_template_part( 'blog', 'templates/'.$Post_Style.'/parts/'.$value, '', $template_args );
}
echo '</div>';
endif;
}