????

Your IP : 13.58.146.48


Current Path : /home/darkwebsol/customapparelmanufacturers.com/wp-content/themes/wesecure/
Upload File :
Current File : /home/darkwebsol/customapparelmanufacturers.com/wp-content/themes/wesecure/home-page.php

<?php

 /*
     Template Name:Full Page
 */
  
get_header(); 

?>
<?php
    while ( have_posts() ) :
        the_post();
        get_template_part( 'template-parts/content', 'page' );

    endwhile; // End of the loop.
    ?>

<?php get_footer(); ?>