OwlCyberSecurity - MANAGER
Edit File: page.php
<?php consulting_get_header(); ?> <div class="content-area"> <?php while ( have_posts() ) { the_post(); get_template_part( 'partials/content', 'page' ); } ?> </div> <?php get_footer(); ?>