?AlkantarClanX12
| Current Path : /home/r/a/n/rankinh/lynkandco/wp-content/themes/lynkandco/modules/post/templates/ |
| Current File : /home/r/a/n/rankinh/lynkandco/wp-content/themes/lynkandco/modules/post/templates/post.php |
<?php
$post_style = nexteuv_get_single_post_style( get_the_ID() );
$template_args['ID'] = get_the_ID();
$template_args['Post_Style'] = $post_style; ?>
<!-- Primary -->
<section id="primary" class="<?php echo esc_attr( nexteuv_get_primary_classes() ); ?>">
<?php
do_action( 'nexteuv_before_single_post_content_wrap' );
if( have_posts() ) {
while( have_posts() ) {
the_post();?>
<!-- #post-<?php the_ID(); ?> -->
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php echo nexteuv_get_template_part( 'post', 'templates/'.$post_style.'/post', '', $template_args ); ?>
</article><!-- #post-<?php the_ID(); ?> --><?php
}
}
do_action( 'nexteuv_after_single_post_content_wrap', $template_args['ID'] );?>
</section><!-- Primary End -->
<?php nexteuv_template_part( 'sidebar', 'templates/sidebar' ); ?>