Initial Commit N° : 001 - V.4.3.3

This commit is contained in:
2025-03-28 14:32:57 +01:00
commit 238e5d7999
809 changed files with 371149 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<?php
/*
Template name: Full Width (100%)
*/
get_header();
/* Hook Display popup window */
do_action('nasa_before_page_wrapper');
if (has_excerpt()) : ?>
<div class="page-header">
<?php the_excerpt(); ?>
</div>
<?php
endif;
while (have_posts()) :
the_post();
the_content();
endwhile;
wp_reset_postdata();
do_action('nasa_after_page_wrapper');
get_footer();