lhoist-stay-safe__backend-t.../front-page.php
2024-01-26 12:10:13 +01:00

18 lines
193 B
PHP
Executable File

<?php get_header(); ?>
<?php if ( have_posts() ) : ?>
<?php
while ( have_posts() ) :
the_post();
the_content();
?>
<?php endwhile; ?>
<?php endif; ?>
<?php
get_footer();