?AlkantarClanX12
| Current Path : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/content/ |
| Current File : /home/rankinh/lynkandco/wp-content/themes/lynkandco/modules/content/content-page.php |
<!-- Primary -->
<section id="primary" class="<?php echo esc_attr( nexteuv_get_primary_classes() ); ?>">
<?php
do_action( 'nexteuv_before_single_page_content_wrap' );
if( have_posts() ) {
while( have_posts() ) {
the_post();?>
<!-- #post-<?php the_ID(); ?> -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
do_action( 'nexteuv_before_single_page_content' );
the_content();
do_action( 'nexteuv_after_single_page_content' );?>
</div><!-- #post-<?php the_ID(); ?> --><?php
}
}
do_action( 'nexteuv_after_single_page_content_wrap' );?>
</section><!-- Primary End -->
<?php nexteuv_template_part( 'sidebar', 'templates/sidebar' ); ?>