OwlCyberSecurity - MANAGER
Edit File: content-page.php
<!-- Primary --> <section id="primary" class="<?php echo esc_attr( neytri_get_primary_classes() ); ?>"> <?php do_action( 'neytri_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( 'neytri_before_single_page_content' ); the_content(); do_action( 'neytri_after_single_page_content' );?> </div><!-- #post-<?php the_ID(); ?> --><?php } } do_action( 'neytri_after_single_page_content_wrap' );?> </section><!-- Primary End --> <?php neytri_template_part( 'sidebar', 'templates/sidebar' ); ?>